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
Grande
Frequent Visitor

Dax Formula= Addition and Multiplication error.. Need help.!

I would like to creted the below formaula for the which is giving me error Please help me..

 

Annual Salary (USD) - AOP FX Rates + (Annual Salary (USD) - AOP FX Rates * Fringe Rate)

Excel Formula =IFERROR(BR31765+(BR31765*BP31765),"NA")

data Values : 

 Fringe Rate = 15%
AOP FY20 FX Rates = 1
Annual Salary (USD) - AOP FX Rates = 152,360
Annual Salary + Benefits (USD) = 175,774 

 

I created the formula but it does not giving me the correct Results 

I should get the Result = 175774

 

 

Please help me

4 REPLIES 4
Anonymous
Not applicable

Hello @Grande 
You can try the below calculation

Results =
VAR TotalSalary = SUM('Table (5)'[Salary])
VAR TotalFringeRate = SUM('Table (5)'[Fringe Rate])
RETURN
TotalSalary + (TotalSalary*TotalFringeRate)
Capture.PNG
Can you please check the expected answer?
As per your formula, I'm getting the above result.

@Anonymous you're posting the exact same solution that was previously suggested???  🙄

Grande
Frequent Visitor

Thank you for Replay, I will try your soultion and I will get back to you.. Thank you Again..!

littlemojopuppy
Community Champion
Community Champion

Hi @Grande 

First, the formulas you're providing are inconsistent with each other.

Second, providing an Excel formula without providing at least a snap shot of the data those cells are referencing provides no basis for anyone to do anything but guess what you're trying to accomplish.

 

What are you actually getting???  Because based on your Excel formula, I get this...

littlemojopuppy_0-1611524384284.png

 

 

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.