Forum Discussion
jackj
5 years agoHelper I
Create a Static Ranking Card Visual from a measure
All, I am trying to create a Card Visual showing the rank of sales values in a given week based on a measure, "Net Sales", which is being filtered on the page by two items - the store location (C...
jackj
5 years agoHelper I
Hmm. I changed the DAX to
RANK MEASURE =
RANKX ( ALL ( 'warehouse Stores'[DBA] ), [Net Sales],, DESC, DENSE ), but it still shows "1" in the visual. I ensured that interactions with the slicer are turned off.