Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hello World,
I have a column called Age category which has 4 categories.
Past Due 1-30 Days
Past Due 1-30 Days
Past Due 1-30 Days
Past Due 1-30 Days
I want to create a measure to count each categories. I do I use count if here. Please help
Solved! Go to Solution.
@Anonymous
Create a measure
Count = COUNTROWS ( 'Table' )
and place it in the values of the matrix
Hi @Anonymous
just place the column [Age Category] in a table or matrix visual along with the measure = COUNTROWS ( 'Table' )
@tamerj1 Not sure what you mean. I kept the age category as matrix viz. How do i count it?
@Anonymous
Create a measure
Count = COUNTROWS ( 'Table' )
and place it in the values of the matrix
User | Count |
---|---|
25 | |
11 | |
8 | |
6 | |
6 |
User | Count |
---|---|
30 | |
13 | |
11 | |
9 | |
6 |