Forum Discussion
Ranking 2 Measures and Filtering
- mjholland10 years agoAdvocate 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?
- Sean10 years agoCommunity Champion
mjholland I know this pattern works - so we should probably look at the formulas you are using for
the 2 MEASURES => Entry % and Count of Entries - can you post the formulas?
- mjholland10 years agoAdvocate II
Sean sure here you go:
Entry % = sum('All Mults Data'[Entry Response])/counta('All Mults Data'[Entry Response] )
Count of Entry = count('All Mults Data'[Entry Response])
Initially I didn't have Count of Entry as a measure, I just has COUNT('All Mults Data'[Entry Response]) in where the second measure would appear, but this didn't work either.