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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
Anu
Frequent Visitor

Calculate difference between rows

Hi, 

 

I need to calculate difference between rows based on max value for that column in a specific area. 

 

I can calculate difference between rows based on max value for that column (votes achieved) but not on specific area(constituency name). I have used below forumla for same.

 

Measure 2 = CALCULATE(MAX(bis_candidates[bis_votesachieved]), ALLSELECTED(bis_candidates)) - MAX(bis_candidates[bis_votesachieved])

 

 

all2.JPGalwarurban.JPG

 

How can I calculate difference based on area in whole table.

 

PFA.

 

Please help.

2 ACCEPTED SOLUTIONS
Zubair_Muhammad
Community Champion
Community Champion

Hi @Anu

 

Try this MEASURE

 

Measure =
VAR Max4Constituency =
    CALCULATE (
        MAX ( bis_candidates[bis_votesachieved] ),
        ALLEXCEPT ( bis_candidates, bis_candidates[ConstituencyName] )
    )
RETURN
    Max4Constituency - SELECTEDVALUE ( bis_candidates[bis_votesachieved] )

Regards
Zubair

Please try my custom visuals

View solution in original post

@Anu

 

Yes I believe this feature doesn't exist currently. But hopefully soon it will be available. Each month new updates are released

 

You can support this idea by VOTING for it

 

https://ideas.powerbi.com/forums/265200-power-bi-ideas/suggestions/11185431-add-a-multiple-columns-s...

 

BOOKs provide an organized source of LEARNING. I have all these books Smiley Wink

 

 

 

 


Regards
Zubair

Please try my custom visuals

View solution in original post

3 REPLIES 3
Zubair_Muhammad
Community Champion
Community Champion

Hi @Anu

 

Try this MEASURE

 

Measure =
VAR Max4Constituency =
    CALCULATE (
        MAX ( bis_candidates[bis_votesachieved] ),
        ALLEXCEPT ( bis_candidates, bis_candidates[ConstituencyName] )
    )
RETURN
    Max4Constituency - SELECTEDVALUE ( bis_candidates[bis_votesachieved] )

Regards
Zubair

Please try my custom visuals

Thanks @Zubair_Muhammad It worked.! Smiley Happy

 

I need to further do ascending sorting on consituency no. and descending sorting on votes achieved. I researched and found that multiple sorting on columns can't be applied in power BI table. Is it so?

 

I am new to Power BI. Can you suggest from where should I learn making formula like these?

 

Have a great day!

@Anu

 

Yes I believe this feature doesn't exist currently. But hopefully soon it will be available. Each month new updates are released

 

You can support this idea by VOTING for it

 

https://ideas.powerbi.com/forums/265200-power-bi-ideas/suggestions/11185431-add-a-multiple-columns-s...

 

BOOKs provide an organized source of LEARNING. I have all these books Smiley Wink

 

 

 

 


Regards
Zubair

Please try my custom visuals

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

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

April Fabric Community Update

Fabric Community Update - April 2024

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