The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
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 |
---|---|
28 | |
12 | |
8 | |
7 | |
5 |
User | Count |
---|---|
35 | |
14 | |
12 | |
9 | |
7 |