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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now

Reply
DRossi
Helper III
Helper III

Adding two variables then divide by the third

Hi all,

 

Stuck on this one.

 

I have created three variables to work out a cost.

__BASELINE_VALUE, _RPPTBREAKDOWNS and __MEASURE_VALUE



RETURN
IF(
NOT ISBLANK(__MEASURE_VALUE),
CALCULATE(DIVIDE((__BASELINE_VALUE + __RPPTBREAKDOWNS, __MEASURE_VALUE))
)

I'm struggling with the RETURN part. How do I write the formula so I get __BASELINE_VALUE + __RPPTBREAKDOWNS divided by __MEASURE_VALUE?

Thanks team
1 ACCEPTED SOLUTION
Tahreem24
Super User
Super User

@DRossi ,

 

Try to remove Calculate keyword from your formula and give it a one try.

 

Don't forget to give thumbs up 👍 and accept this as a solution if it helped you.

Don't forget to give thumbs up and accept this as a solution if it helped you!!!

Please take a quick glance at newly created dashboards : Restaurant Management Dashboard , HR Analytics Report , Hotel Management Report, Sales Analysis Report , Fortune 500 Companies Analysis , Revenue Tracking Dashboard

View solution in original post

1 REPLY 1
Tahreem24
Super User
Super User

@DRossi ,

 

Try to remove Calculate keyword from your formula and give it a one try.

 

Don't forget to give thumbs up 👍 and accept this as a solution if it helped you.

Don't forget to give thumbs up and accept this as a solution if it helped you!!!

Please take a quick glance at newly created dashboards : Restaurant Management Dashboard , HR Analytics Report , Hotel Management Report, Sales Analysis Report , Fortune 500 Companies Analysis , Revenue Tracking Dashboard

Helpful resources

Announcements
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

Check out the October 2025 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors
Top Kudoed Authors