Forum Discussion
JVos
7 years agoHelper 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_From ROUTING_ID_To 1 23 ...
- 7 years ago
I've found the solution: instead of List.Count must be used List.NonNullCount.
JVos
7 years agoHelper IV
I've found the solution: instead of List.Count must be used List.NonNullCount.
- PalladinOfPowBI1 year agoFrequent Visitor
Thanks! Big help.