Forum Discussion
Ranking 2 Measures and Filtering
Hi,
I'm looking to rank a list of stores based on 2 calculations - one a measure working out a percentage, the other would be the count of a field. I then want to be able to have this ranking amend based on a number of filters and slicers I apply to the report.
My data has a large number of data points for each store, relating to question responses. For each store I'm able to work out a % for these responses by quarter. I'm looking to identify the top stores by ranking those with the highest % reponse with the largest number of data points (count of data field). The result would be to show to the top and bottom stores.
I would need the ranking to be affected by a number of filters.
Any suggestions as to how I could do this?
Thanks,
MJHolland
mjholland on the 3rd, 4th and 6th lines ONLY add the column name
so it will look like => ALL ( 'All Mults Data'[Branch Name] )
Also change to counta the 2nd measure or the 1st to count depending on your data type
7 Replies
- mjhollandAdvocate II
Sean this isn't working for me. I've given a screenshot below:
I've created a really simple table with the list of stores, their % and count of data points (count of entry responses). When I add in the DAX solution you gve me it ranks these stores as 1, when it should really have a different value for each store.
Any thoughts?