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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

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])

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
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

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

Top Solution Authors