Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register now.
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