Forum Discussion
count rows in a table visual created by measure
Hi kartikmeher ,
Assuming that SKU is not a measure,
To get a count of A+ SKUs, you can do CALCULATE(COUNT( on SKU, and filter on the same criteria that you use to get A+ in the class measure.
Please accept as solution if this answers the question- thanks!
hi,
following are the measures i have used
- Anonymous3 years agoNot applicable
Hi kartikmeher ,
Please create a measure as below to get it:
A+ KPI = COUNTX ( FILTER ( SALES_DATA_AI_ENABLED, [ABC switch] = "A+" ), [sku] )If the above one can't help you get the desired result, please provide some fake data in your table 'SALES_DATA_AI_ENABLED' (exclude sensitive data) with Text format and your expected result with backend logic and special examples. It is better if you can share a simplified pbix file. You can refer the following link to upload the file to the community. Thank you.
How to upload PBI in Community
Best Regards