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

Grow your Fabric skills and prepare for the DP-600 certification exam by completing the latest Microsoft Fabric challenge.

Reply
eliasayyy
Super User
Super User

Wrong Ranking after adding new column

hello everyone i have 3 tables , campaigns , time of day , fact table

i have this table visual

annonymous1999_0-1679571678254.png

 


which the ranking is correct 

but when i ad time code to the table i get wrong ranking

annonymous1999_1-1679571678396.png

 

 

how can i keep the same ranking as first table even after adding code

note that i have a relationship between fact table and both time day table and campaigns table

so campaign name comes from campaigns tables , the code comes from time of day table and my calculation is from fact table

how can i keep the ranking before adding code

here is the measure 

Ranking Campaigns By Time = 
RANKX(
    ALLSELECTED(Campaigns[Campaign Name]), 
    [Time CTR],
    ,
    DESC,Dense
)
1 ACCEPTED SOLUTION
eliasayy
Impactful Individual
Impactful Individual

Hello @eliasayyy 

Please try

 

Ranking Campaigns By Time = RANKX( ALLSELECTED(Campaigns[Campaign Name]), CALCULATE([Time CTR],All('Time'[Code])), , DESC,Dense )

 

 

View solution in original post

1 REPLY 1
eliasayy
Impactful Individual
Impactful Individual

Hello @eliasayyy 

Please try

 

Ranking Campaigns By Time = RANKX( ALLSELECTED(Campaigns[Campaign Name]), CALCULATE([Time CTR],All('Time'[Code])), , DESC,Dense )

 

 

Helpful resources

Announcements
Europe Fabric Conference

Europe’s largest Microsoft Fabric Community Conference

Join the community in Stockholm for expert Microsoft Fabric learning including a very exciting keynote from Arun Ulag, Corporate Vice President, Azure Data.

RTI Forums Carousel3

New forum boards available in Real-Time Intelligence.

Ask questions in Eventhouse and KQL, Eventstream, and Reflex.

MayPowerBICarousel1

Power BI Monthly Update - May 2024

Check out the May 2024 Power BI update to learn about new features.