Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Table.AggregateTableColumn return 1 even if there is no data (Dynamics CRM Odata source)

Using this expression in a Dynamics CRM odata extraction of the CRM entity "leads"

 

#"Aggregated Lead_Emails" = Table.AggregateTableColumn(#"Aggregated Lead_Phonecalls", "Lead_Emails", {{"activityid", List.Count, "Count of Lead_Emails.activityid"}}),

 

The count return the good value if there is data but if in that case there is no email the function return 1.

 

I can observe this behavior for all other relation attributes

 

 

Status: Needs Info
Comments
v-qiuyu-msft
Community Support

Hi @vcb,

 

Would you please clarify this "The count return the good value if there is data but if in that case there is no email the function return 1."? It would be better if you could share some screenshots to clarify the issue. 

 

Best Regards,
Qiuyun Yu

Vicky_Song
Impactful Individual
Status changed to: Needs Info