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

Compete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.

Reply
adam_mac
Helper I
Helper I

DAX Function to show same figure in the grand total

Hi, i am multiplying the run rate by the working days to give me my target which works fine until i get to the total. 

 

I have used a SUM function to give me my RunRate column which is obviously not correct. What function or formula should i use so that the RunRate total will also equal 10.24 instead of 102.36?

 

adam_mac_1-1613488151371.png

 

3 REPLIES 3

Hi @adam_mac 

 

Try creating a measure rather than a column for the  "RunRate = SUM(DailyRunRates[DailyRunRate])" calculation

 

If this helped resolve your issue please mark my reply as a solution.

Regards,

Veena Shenolikar

amitchandak
Super User
Super User

@adam_mac , what is the formula for run rate?

 

Hope you have used Average(Default Summarization)

or a measure like Average(Table[Run Rate])

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

hi @amitchandak , the formula i have used for RunRate is RunRate = SUM(DailyRunRates[DailyRunRate])  which i know is incorrect (at grand total level anyway, at individual day level, the 10.24 is correct). 

 

I tried the average function also however this just produces incorrect results.

Capture.PNG

Helpful resources

Announcements
July PBI25 Carousel

Power BI Monthly Update - July 2025

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

August 2025 community update carousel

Fabric Community Update - August 2025

Find out what's new and trending in the Fabric community.