Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
I'm fairly new to Dax and I'm not sure this is possible, but I figured I would ask.
This is for a Sales Commission. The GP total factors into the tiered structure, but they only get commission on one type of GP (GP for Commission).
These are the tiers:
Running Total =
This is the formula I wrote for the commission amount and it seems to be working well:
Solved! Go to Solution.
Hi,
I tried to create a sample pbix file like below.
Please check the below picture and the attached pbix file. All measures are in the attached file.
I hope the below can provide some ideas on how to create a solution for your dataset.
Hi,
I tried to create a sample pbix file like below.
Please check the below picture and the attached pbix file. All measures are in the attached file.
I hope the below can provide some ideas on how to create a solution for your dataset.
Worked perfectly. Thank you! Now that I see the formula you wrote it makes sense to me. I appreciate your help!