Add filter on field ID and value for ContactCustomFieldValues for better performance

We have say 100 custom fields and say 100.000 contacts in ActiveCampaign. To speed up retrieval of the value for a specific custom field we would like to be able to filter on the custom field ID as a table function parameter.

That is currently not possible.

Can that table function parameter be added to ContactCustomFieldValues?

Most expressions on field with ContactWithCustomFieldValues are now server-side forwarded. For instance, the following query retrieves only field 15:

select count(*)
from   contactwithcustomfieldvalues
where  field = 15

Please apply a filter step in Power BI using query folding to enjoy the improved performance.

Deze vraag is automatisch gesloten na tenminste 2 weken inactiviteit nadat een mogelijk passend antwoord is gegeven. Het laatste gegeven antwoord is gemarkeerd als oplossing.

Gelieve een nieuwe vraag te stellen via een apart topic als het probleem opnieuw optreedt. Gelieve in de nieuwe vraag een link naar dit topic op te nemen door de URL er van in de tekst te plakken.