cancel
Showing results for 
Search instead for 
Did you mean: 
Reply
Danch89
Frequent Visitor

MTD values gives incorrect Grand Total

I have a matrix with MTD calculation. In the grand total at the right hand side it always shows the latest months value rather than a sum of all columns?

 

Is it possible to show the Total as total of columns when using MTD calculation?

 

Calculation is  =  CALCULATE('Measures Table'[Sales Budget],DATESMTD('Date'[Date]))

 

Danch89_0-1647944477502.png

 

1 ACCEPTED SOLUTION
amitchandak
Super User
Super User

@Danch89 , MTD usually show last month MTD in total

 

in this case, you can use [Sales Budget]

 

Or try a measure like

sumx(values('Date'[Month Year]) , CALCULATE('Measures Table'[Sales Budget],DATESMTD('Date'[Date])))

View solution in original post

1 REPLY 1
amitchandak
Super User
Super User

@Danch89 , MTD usually show last month MTD in total

 

in this case, you can use [Sales Budget]

 

Or try a measure like

sumx(values('Date'[Month Year]) , CALCULATE('Measures Table'[Sales Budget],DATESMTD('Date'[Date])))

Helpful resources

Announcements
PBI Sept Update Carousel

Power BI September 2023 Update

Take a look at the September 2023 Power BI update to learn more.

Learn Live

Learn Live: Event Series

Join Microsoft Reactor and learn from developers.

Top Solution Authors