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!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
Hi All,
I have created a measure, did multiplication with column, not getting correct result.
13wk Surplus = IF(CALCULATE('Final base'[On-hand Inventory]+ 'Final base'[13wk commits]-'Final base'[Buffer]-'Final base'[Open Backlog]-'Final base'[13wk Fcst]) <0, 0, CALCULATE('Final base'[On-hand Inventory]+ 'Final base'[13wk commits]-'Final base'[Buffer]-'Final base'[Open Backlog]-'Final base'[13wk Fcst]))
Above highlited in bold are measure's used to derive 13wk Surplus
Thanks for your help
Regards,
Solved! Go to Solution.
Hi, @harirao
It’s my pleasure to answer for you.
Try like this:
13wk Surplus $ =
'Final base'[13wk Surplus] * SUM ( 'Final base'[Cost] )
If it doesn’t solve your problem, please feel free to ask me.
Best Regards
Janey Guo
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi, @harirao
It’s my pleasure to answer for you.
Try like this:
13wk Surplus $ =
'Final base'[13wk Surplus] * SUM ( 'Final base'[Cost] )
If it doesn’t solve your problem, please feel free to ask me.
Best Regards
Janey Guo
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @amitchandak ,
Is it possible to provide your input based on the above dax which i have mentioned.
regards,
@harirao , You need force correct group bys , example
sumx(summarize('Final base','Final base'[ogram name], 'Final base'[BU] ,"_1", CALCULATE('Final base'[13wk Surplus] * SUM('Final base'[Cost]))),[_1])
Hi @amitchandak
Thanks for quick response, still getting same numbers, below dax for your reference,
Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!
Check out the October 2025 Power BI update to learn about new features.