The ultimate Microsoft Fabric, Power BI, Azure AI, and SQL learning event: Join us in Stockholm, September 24-27, 2024.
Save €200 with code MSCUST on top of early bird pricing!
Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started
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......
Solved! Go to Solution.
@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" ) )
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.
@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" ) )
Join the community in Stockholm for expert Microsoft Fabric learning including a very exciting keynote from Arun Ulag, Corporate Vice President, Azure Data.
Check out the August 2024 Power BI update to learn about new features.
Learn from experts, get hands-on experience, and win awesome prizes.
User | Count |
---|---|
113 | |
77 | |
76 | |
47 | |
38 |
User | Count |
---|---|
147 | |
115 | |
65 | |
64 | |
53 |