Forum Discussion
Problem with RANKX
I need realize a RANKX for all years (2020-2022) and a RANKX only for a selected year. I have two tables: fatVendas and dCalendario.
I create a measure Total das Vendas = SUM(fatVendas[Total da Venda]).
Create too a calculated table with:
And sounds good! But, I need calculate a rank in the year, when a user select a one year, show a rank in a year. How to realize this?
9 Replies
- Ashish_MathurSuper User
Hi,
Share the download link of the PBI file and show the expected result.
- fabiojoaHelper I
- Ashish_MathurSuper User
- PadycosmosSolution Sage
Hope this video helps:
- fabiojoaHelper I
Thank you, but this video does not answer my problem. What happens is that I need the general ranking, where each month was over the three years, and a second ranking to know the position of the month within the year selected by the user.
- PadycosmosSolution Sage
You may please try the following:
Rank = RANKX(ALLSELECTED([Ano]), [Total das Vendas],,DESC,DENSE)
If you are using a Matrix visual, this vdeo can help:
- fabiojoaHelper I
I try, but not working, all values are 1.