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

Prepping for a Fabric certification exam? Join us for a live prep session with exam experts to learn how to pass the exam. Register now.

Reply
Anonymous
Not applicable

RANK with SWITCH

Hi All, 

 

I have the following SWITCH statement: 

 

Difference = SWITCH( TRUE(),
ISBLANK([Previous Wave]),0,
ISBLANK([Current_Wave]),0,
[Current_Wave] - [Previous Wave])
 
Would it be possible to rank the results of this SWITCH statement? 
 
Thanks,
 
Tom
1 ACCEPTED SOLUTION
Mariusz
Community Champion
Community Champion

Hi @Anonymous 

 

there is no need to use the switch function, null ( blank ) is 0 and it will work fine when adding numbers and in Rank.

Please see the below and the attached 

 

Measure = 
RANKX( 
    ALLSELECTED( 'Table'[ID] ), 
    [Current Wave] - [Prewious Wave]
)

 

Best Regards,
Mariusz

If this post helps, then please consider Accepting it as the solution.

Please feel free to connect with me.
Mariusz Repczynski

 

View solution in original post

3 REPLIES 3
Anonymous
Not applicable

Thanks for the solution!

@Anonymous no problem, happy to help!

Best Regards,
Mariusz

Please feel free to connect with me.
Mariusz Repczynski

 

Mariusz
Community Champion
Community Champion

Hi @Anonymous 

 

there is no need to use the switch function, null ( blank ) is 0 and it will work fine when adding numbers and in Rank.

Please see the below and the attached 

 

Measure = 
RANKX( 
    ALLSELECTED( 'Table'[ID] ), 
    [Current Wave] - [Prewious Wave]
)

 

Best Regards,
Mariusz

If this post helps, then please consider Accepting it as the solution.

Please feel free to connect with me.
Mariusz Repczynski

 

Helpful resources

Announcements
PBIApril_Carousel

Power BI Monthly Update - April 2025

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

Notebook Gallery Carousel1

NEW! Community Notebooks Gallery

Explore and share Fabric Notebooks to boost Power BI insights in the new community notebooks gallery.

April2025 Carousel

Fabric Community Update - April 2025

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