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
RANK MEASURE =
RANKX ( ALLSELECTED ( 'warehouse Stores'[DBA] ), [Net Sales],, DESC, DENSE )
mdarlington
2 years agoFrequent Visitor
I am having the exact same issue. Did you manage to get this solved?