Forum Discussion
Anonymous
7 years agoNot applicable
Filtered Value - counting a field multiple times
I'm trying to create a count of the Status field that I have shown below for each category: Under Construction, Presale, Complete, etc. Each is displayed 6 times in my data, so my measure is currentl...
Ashish_Mathur
7 years agoSuper User
Hi,
You have not shared anough information. Create a Matrix visual. Drag Category to the row labels and Status to the column labels. Create a slicer of month from the Calendar Table and select any one month. Write this measure
=COUNTROWS(Data)
Hope this helps.