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! Request now
Hello friends,
I am a little changing my question because a few hours ago I didn't phrase it correctly and therefore didn't receive the replies that were matching my question.
I am trying to created two calculated columns.
Difference between forecast over actuals
Thank you.
Solved! Go to Solution.
Hi @Anonymous ,
When any number is divided by 0, the result will become 0, and when 0 is used as the denominator, infinity will appear.
If you want to display %, [Forecast over actuals] can choose Column tools-choose%
If the column [Actuals over forecast] also wants to be displayed as 0, it can be replaced by a formula:
Actuals over forecast =
DIVIDE([TOTAL FCST] ,[TOTAL HISTORY],0)
Select Column tools-select%
Best Regards,
Liu Yang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @Anonymous ,
When any number is divided by 0, the result will become 0, and when 0 is used as the denominator, infinity will appear.
If you want to display %, [Forecast over actuals] can choose Column tools-choose%
If the column [Actuals over forecast] also wants to be displayed as 0, it can be replaced by a formula:
Actuals over forecast =
DIVIDE([TOTAL FCST] ,[TOTAL HISTORY],0)
Select Column tools-select%
Best Regards,
Liu Yang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
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.