Forum Discussion
Anonymous
7 years agoNot applicable
Item Count within a Cell
I am trying to count the number of items in a column that are seperated by comma delimiter. My DAX calculated column will not yield the correct item count. Where am I going wrong? Current DAX ->...
- 7 years ago
I created a Quick Measure for that: https://community.powerbi.com/t5/Quick-Measures-Gallery/Count-of-List-Items/m-p/350084
I think the difference might be your trailing commas so maybe lose the +1
Greg_Deckler
7 years agoCommunity Champion
I created a Quick Measure for that: https://community.powerbi.com/t5/Quick-Measures-Gallery/Count-of-List-Items/m-p/350084
I think the difference might be your trailing commas so maybe lose the +1
- Anonymous7 years agoNot applicable
Sir...you are a hero!
FYI...I tried using the original syntax but removed + 1 and it worked!
My deepest gratitude for you! Thank you datanaut!