Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more
Hi Team,
I have unique problem where Power BI Calculated column returns wrong result and not as per formula.
Second Part of My formula is trying to say give me weight of each product if product profile matches "Angle" then (edge_width*2-thickness)*thickness*length*0.0075*quanity. If I calculate manually then 50mmx50mmx4mm Angle = 6 MTR weight should come as 18.0864 Kg but Power BI gives 99.2464 kg. I have no idea why? Possibly due to order of calulation is going wrong ?
Formula :
Solved! Go to Solution.
In the actual formula, you are missing parenthesis as used in your following manual calculation so the order of calculation would be different.
(edge_width*2-thickness)*thickness*length*0.0075*quanity
In the actual formula, you are missing parenthesis as used in your following manual calculation so the order of calculation would be different.
(edge_width*2-thickness)*thickness*length*0.0075*quanity
Sorry, my bad I wasn't putting both parenthesis so it was showing the wrong result. You are the man, your solution worked.
use DAX Formatter , just paste your code, it will format and inform where you are missing parenthesis.
happy learning 🙂
But if I put parenthesis then If the formula assumes calculation is over and state the next parameter you know what I mean.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.