Forum Discussion
Display column value by Rank = 1
- 2 years ago
Hi Dn_wemn
You can just simply apply the visual filter on card.
Just take Sub-Segment value on the card . then open visual filter > add Rank column on visual filter section > put the condition show item when value is 1>apply filter
Every time when your ranking changes it auto changes.
No need to do anything extra.
I hope I answered your question!
Hi, I tried this before, but in this case Rank by Volume is a created measure. It does not allow me to filter Rank by volume = 1 in a card visual. I can't open the dropdown to select a filter option.
Hi Dn_wemn
Yes becasue measure wont work for you. You have to create calculated column for ranking then take ranking column into card filter.
- Dn_wemn2 years agoHelper II
How would you create the calculated column for rank based on volume amount by Sub-segment in this case?
Edit: I got it myself.
RANKX(FILTER( 'Table','Table'[Sub-segment] = EARLIER('Table'[Sub-segment])), 'Table'[Volume],, DESC,Dense)Thanks.