Forum Discussion
DenbyG
9 months agoFrequent Visitor
Distinct Count
Hi, I would like to do a distinct count of all the items in a coloumn 'LAR' that is ZPROG001, and all the items in another column, 'AES' that is 10 or 11, in Power Bi. I've tried several different DA...
- 9 months ago
Brilliant. Thank you. I appreciate that. It is CountRows.
MasonMA
Super User
9 months agoWould you want to count unique items or all items? If it is a distinct count, the Measure should be all good. If you would want to count all rows that meet the conditions, then change the DISTINCTCOUNT() to COUNTROWS('table').
DenbyG
9 months agoFrequent Visitor
Brilliant. Thank you. I appreciate that. It is CountRows.