Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.

Reply
Anonymous
Not applicable

DAX Query

Hi Team,

 

I havn't idea for how to get final value in column "H".

 

screen.PNG

 

please help above table (i need column H).

 

Thanks,

Kalidass

1 ACCEPTED SOLUTION
amitchandak
Super User
Super User

@Anonymous , Try

New Measure = 1- divide(sum(Table[Actuals]),sum(Table[Final Fcst]))

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

View solution in original post

4 REPLIES 4
edhans
Super User
Super User

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. 



Did I answer your question? Mark my post as a solution!
Did my answers help arrive at a solution? Give it a kudos by clicking the Thumbs Up!

DAX is for Analysis. Power Query is for Data Modeling


Proud to be a Super User!

MCSA: BI Reporting
amitchandak
Super User
Super User

@Anonymous , Try

New Measure = 1- divide(sum(Table[Actuals]),sum(Table[Final Fcst]))

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube
Anonymous
Not applicable

Hi @amitchandak 

Thanks for your help.

 

I will close my query.

 

Thanks,

Kalidass

Anonymous
Not applicable

Hi @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

Helpful resources

Announcements
FabCon Global Hackathon Carousel

FabCon Global Hackathon

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

Check out the October 2025 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.