Starting December 3, join live sessions with database experts and the Microsoft product team to learn just how easy it is to get started
Learn moreGet certified in Microsoft Fabric—for free! For a limited time, get a free DP-600 exam voucher to use by the end of 2024. Register 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
Starting December 3, join live sessions with database experts and the Fabric product team to learn just how easy it is to get started.
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early Bird pricing ends December 9th.
User | Count |
---|---|
25 | |
21 | |
20 | |
14 | |
13 |
User | Count |
---|---|
44 | |
37 | |
25 | |
24 | |
23 |