Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.

Reply
Anonymous
Not applicable

How to use RANKX with TOTALYTD

Hi Everyone, 

 

I'm stucked here with a problem. I have a table with a lot of columns that im try to filter basing on a difference between two values. These difference was calculated based on two measures that uses TOTALYTD and when i use RANKX, i get some crazy ranking. Could anyone help me out?

 

Thanks in advance.

 

rankTeste = RANKX(ALLSELECTED('Objetivo Faturamento'[Descrição]);CALCULATE(IF(
    ISFILTERED('Data'[Date]);
    ERROR("Medidas rápidas de inteligência de tempo somente podem ser agrupadas ou filtradas pela hierarquia de data fornecida pelo Power BI ou pela coluna de data primária.");
    TOTALYTD(SUM('Objetivo Faturamento'[Orçado]); 'Data'[Date].[Date])
);'Objetivo Faturamento'[Metricas] = "Faturamento"))
 
Capturar.PNG
 
As can be seen, the number 5 is bigger than the number 6,7,8.
 
0 REPLIES 0

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

Check out the August 2025 Power BI update to learn about new features.

August 2025 community update carousel

Fabric Community Update - August 2025

Find out what's new and trending in the Fabric community.