Forum Discussion

Br1bn's avatar
Br1bn
Regular Visitor
3 years ago

Ranking Card

Hi, I got a database of transactions with (to simplify) two columns: PRODUCT/ REVENUE

 

I want to create a ranking of products based on REVENUE, so I created a new measure like

 

 

Rank By Revenue = RANKX(ALL(Data[Product]), Data[Revenue],,DESC)

 

 

and it is working properly, the problem is that I want to create a CARD which is showing just the position of a specific product (fixed).

My idea was to:

- create a card with using the measure

- applying a filter at visual level to report the rank of that specific product 

Unfortunately it is not working, any ideas?

Thanks in advance! 

2 Replies