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.

Reply
JVos
Helper IV
Helper IV

AggregateTableColumn with List.Count returns 1 instead of 0

With an aggregation I get an unexpected result. The 'parent' table is as follows:

ROUTING_ID
1
2
3

 

The 'child' table is as follows:

ROUTING_ID_FromROUTING_ID_To
123
124
125
223
224

 

Now I do a AggregateTableColumn with a List.Count, and I get as result:

ROUTING_IDNrOf_ROUTING_ID_To
13
22
31

 

Why has the last row (ROUTING_ID = 3) as number of Routings-To 1 instead of 0?

 

This is the line of code:

#"Aggregated qryRoutingTransitions_Direct2" = Table.AggregateTableColumn(#"Merged Queries3", "qryRoutingTransitions_Direct2", {{"ROUTING_ID_To", List.Count, "NrOfNextRoutings"}}),

Should I include that ROUTING_ID_To must not be null in order to not get counted as 1? Would be strange... If so: how to do that?

1 ACCEPTED SOLUTION
JVos
Helper IV
Helper IV

I've found the solution: instead of List.Count must be used List.NonNullCount.

View solution in original post

2 REPLIES 2
Chris12
Advocate I
Advocate I

I can confirm that the solution works, but could anybody explain why?!  AggregateTableColumn returns empty tables which return empty lists for columns and List.Count of an empty list is 0, after all!

JVos
Helper IV
Helper IV

I've found the solution: instead of List.Count must be used List.NonNullCount.

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.

Top Solution Authors
Top Kudoed Authors