March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now
Hi all,
I am trying to create a Key measure that will highlight the % of two values based on a condition.
Context: I have two measures, one calculates the Sales of current year and the other sales of previous year for each customer. Whenever I have a value in both years on the customer level then is a match, therfore calculate % = CY sales/ PY Sales. I am trying to have the % of the total whenever there is a match on a card.
Customer | Sales CY | Sales PY | Match | % |
A | 123 | 321 | Yes | 38 |
B | 456 | No | ||
C | 654 | 789 | Yes | 82 |
Would it be possible to have your support on this, thank you very much.
Cheers
Solved! Go to Solution.
You could just use DIVIDE
% diff = DIVIDE( [Current Year], [Previous Year])
If either measure returns blank then so will the DIVIDE function
Hi @ybyb23 ,
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.
You could just use DIVIDE
% diff = DIVIDE( [Current Year], [Previous Year])
If either measure returns blank then so will the DIVIDE function
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions.
Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.
User | Count |
---|---|
23 | |
15 | |
12 | |
9 | |
8 |
User | Count |
---|---|
41 | |
32 | |
29 | |
12 | |
12 |