Check your eligibility for this 50% exam voucher offer and join us for free live learning sessions to get prepared for Exam DP-700.
Get StartedDon't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. 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
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Prices go up Feb. 11th.
Check out the January 2025 Power BI update to learn about new features in Reporting, Modeling, and Data Connectivity.
User | Count |
---|---|
18 | |
15 | |
12 | |
11 | |
8 |
User | Count |
---|---|
24 | |
19 | |
12 | |
11 | |
10 |