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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
Anonymous
Not applicable

DAX IF Formula Statement Not Working

Hi,

 

Why is this formula not reflecting the 0.03 nor 0.05. Only 0.01 works. Any ideas?

 

 

Sales Commission = SUM('Facts Orders'[Sale]) * IF(SUM('Facts Orders'[Sale])<[SUM Goal 1 Meas],0.01,IF(SUM('Facts Orders'[Sale])>=[SUM Goal 1 Meas]&&SUM('Facts Orders'[Sale])<[SUM Goal 2 Meas],0.03,IF(SUM('Facts Orders'[Sale])>=[SUM Goal 2 Meas],0.05)))

 

This also does not work

 

Sales Commission = IF(SUM('Facts Orders'[Sale])<[SUM Goal 1 Meas],SUM('Facts Orders'[Sale])*0.01,IF(SUM('Facts Orders'[Sale])>=[SUM Goal 1 Meas]&&SUM('Facts Orders'[Sale])<[SUM Goal 2 Meas],SUM('Facts Orders'[Sale])*0.03,IF(SUM('Facts Orders'[Sale])>=[SUM Goal 2 Meas],SUM('Facts Orders'[Sale])*0.05)))

 

Thanks

1 ACCEPTED SOLUTION

Hi @Anonymous,

 

Does that make sense? If so, kindly mark my answer as a solution to close the case.

 

Regards,

Frank

Community Support Team _ Frank
If this post helps, then please consider Accept it as the solution to help the others find it more quickly.

View solution in original post

2 REPLIES 2
v-frfei-msft
Community Support
Community Support

Hi @Anonymous,

 

Actually, in your formula, the result of the IF Statement is depending on the values of your measures. Here I made one sample that it applied to 0.03.

 

Capture.PNG

For more details, please check the pbix as attached.

 

https://www.dropbox.com/s/pwvtusy0xdp7bem/DAX%20IF%20Formula%20Statement%20Not%20Working.pbix?dl=0

 

Regards,

Frank

 

Community Support Team _ Frank
If this post helps, then please consider Accept it as the solution to help the others find it more quickly.

Hi @Anonymous,

 

Does that make sense? If so, kindly mark my answer as a solution to close the case.

 

Regards,

Frank

Community Support Team _ Frank
If this post helps, then please consider Accept it as the solution to help the others find it more quickly.

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

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