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.
Hello,
I have 2 calculated columns, Open Units and Allocated Units. I am trying to calculate the Allocated % through this calculation: DIVIDE(Allocated Units, Open Units, 0). Instead of the correct value, am getting the same value for each row like below. I am now sure where this % is coming from.
How can I get the calculation to work? Thank you in advance.
Solved! Go to Solution.
Are you trying to create another calculated column, or a measure?
I am trying to create a measure
Thank you it worked!