Forum Discussion
NETO13
6 years agoRegular Visitor
Count a dynamic measure
Hi, I'm trying to calculate a dinstinct count of rows for a specific measure and couldn't find a way to do this. The scenario: I have a table with customers, quarters, quarter aging, revenue an...
jdbuchanan71
Super User
6 years agoHow a you selecting the customers you want to see in a visual? If you want to count just the customer with a category of "IV" something like this would work.
IV Count = COUNTROWS( FILTER ( VALUES(Sales[Customer]),[Customer Group] = "IV"))
But I'm not sure that is what you are looking to achieve.
- NETO136 years agoRegular Visitor