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 Team,
I havn't idea for how to get final value in column "H".
please help above table (i need column H).
Thanks,
Kalidass
Solved! Go to Solution.
@Anonymous , Try
New Measure = 1- divide(sum(Table[Actuals]),sum(Table[Final Fcst]))
You want something along the lines of this:
Final =
1
- DIVIDE(
SUM( 'Table'[Final Fcst] ),
SUM( 'Table'[Actuals] ),
0
)
But be aware that is heavily dependent on how the model and visuals filters that. If that is in a table and you have those fields showing it will work. But if you dropped it in a table that only had the month, it will add up all records in that month and so the same math, so make sure you try it out in a few different configurations to ensure it is returning what you want.
DAX is for Analysis. Power Query is for Data Modeling
Proud to be a Super User!
MCSA: BI ReportingHi @Anonymous ,
If your problem has been resolved, could you please mark the helpful post as Answered? It will help other member in the community find the solution easily when they face the same problem. Thank you.
Best Regards
Rena
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.