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

Preparing for a certification exam? Ask exam experts all your questions on May 15th. Register now.

Reply
Anonymous
Not applicable

Subtract difference of filtered value

I want below result to subtract, instead of add up. The result I want to use as Line y or addtional in a grafic.
....It sounds simple and it maybe will be, but somehow i cannot do it...... 

 

Sum of MK for ABC or EFG=
CALCULATE(
    SUM('Mutaties'[MK]),
    'Mutaties'[GB] = "8845" ||
    'Mutaties'[GB] = "7845"
    )
1 ACCEPTED SOLUTION
amitchandak
Super User
Super User

@Anonymous , CALCULATE(
SUM('Mutaties'[MK]), 'Mutaties'[GB] = "8845" ) -SUM('Mutaties'[MK]), 'Mutaties'[GB] = "7845" )

 

or

 

SUM('Mutaties'[MK]), filter( 'Mutaties', 'Mutaties'[GB] = "8845" )) -SUM('Mutaties'[MK]), filter('Mutaties', 'Mutaties'[GB] = "7845" ) )

Full Power BI Video 20 Hours YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

View solution in original post

2 REPLIES 2
v-jianboli-msft
Community Support
Community Support

Hi @Anonymous ,

 

Could you tell me if your problem has been solved? If it is, kindly Accept it as the solution. More people will benefit from it. Or if you are still confused about it, please provide me with more details about your table and your problem or share me with your pbix file after removing sensitive data.

 

Refer to:

How to provide sample data in the Power BI Forum

How to Get Your Question Answered Quickly

 

Best Regards,

Jianbo Li

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

amitchandak
Super User
Super User

@Anonymous , CALCULATE(
SUM('Mutaties'[MK]), 'Mutaties'[GB] = "8845" ) -SUM('Mutaties'[MK]), 'Mutaties'[GB] = "7845" )

 

or

 

SUM('Mutaties'[MK]), filter( 'Mutaties', 'Mutaties'[GB] = "8845" )) -SUM('Mutaties'[MK]), filter('Mutaties', 'Mutaties'[GB] = "7845" ) )

Full Power BI Video 20 Hours YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

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.