Supplies are limited. Contact info@espc.tech right away to save your spot before the conference sells out.
Get your discountScore big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount
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 |
---|---|
13 | |
8 | |
8 | |
7 | |
5 |
User | Count |
---|---|
21 | |
15 | |
15 | |
10 | |
7 |