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

Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started

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" ) )

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" ) )

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.

AugPowerBI_Carousel

Power BI Monthly Update - August 2024

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

September Hackathon Carousel

Microsoft Fabric & AI Learning Hackathon

Learn from experts, get hands-on experience, and win awesome prizes.

Sept NL Carousel

Fabric Community Update - September 2024

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