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

Earn the coveted Fabric Analytics Engineer certification. 100% off your exam for a limited time only!

Reply
ybyb23
Frequent Visitor

Card with total based on a condition from calculated values

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 CYSales PYMatch%
A123321Yes38
B456 No  
C654789Yes

82

 

 

Would it be possible to have your support on this, thank you very much. 

Cheers

1 ACCEPTED SOLUTION
johnt75
Super User
Super User

You could just use DIVIDE

% diff = DIVIDE( [Current Year], [Previous Year])

If either measure returns blank then so will the DIVIDE function

View solution in original post

2 REPLIES 2
v-jianboli-msft
Community Support
Community Support

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.

johnt75
Super User
Super User

You could just use DIVIDE

% diff = DIVIDE( [Current Year], [Previous Year])

If either measure returns blank then so will the DIVIDE function

Helpful resources

Announcements
April AMA free

Microsoft Fabric AMA Livestream

Join us Tuesday, April 09, 9:00 – 10:00 AM PST for a live, expert-led Q&A session on all things Microsoft Fabric!

March Fabric Community Update

Fabric Community Update - March 2024

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

Top Solution Authors