cancel
Showing results for 
Search instead for 
Did you mean: 
Reply
anupampandey
Helper III
Helper III

MTD calculation values not coming correctly

Hi,

 

I am facing a simple problem (probably) which I am unable to resolve.

Problem is while computing the MTD values totals are matching. Below is the screen shot. 

Formula : MTD = TOTALMTD(SUM(COMM_YTD[CALC_RET_COMM]),DATESMTD('Calendar'[DateKey].[Date]))

 

The same method I have used earlier which is working perfectly this time I don't know what happened.

 

MTD_ERROR.PNG

 

 

 

 

 

 

 

 

 

 

 

 

Please help me on this.

4 REPLIES 4
mattbrice
Solution Sage
Solution Sage

My only comment is that using both TOTALMTD and DATESMTD is redundant.  Should either do:

 

MTD = TOTALMTD(SUM(COMM_YTD[CALC_RET_COMM]), Calendar[Date] )  

 

or

 

MTD = CALCULATE(  SUM(COMM_YTD[CALC_RET_COMM]), DATESMTD (Calendar[Date] ) )

Hi, I have used what you suggested still not getting the desired result. Thanks, Anupam

Hi @mattbrice

 

This PBIX file has two versions of the formula that work.

 

https://wgtnpowerbi-my.sharepoint.com/personal/phil_wgtnpowerbi_onmicrosoft_com/_layouts/15/guestacc...

 

Download and have a play to see if it helps.

 

Cheers,

 

 


To learn more about DAX visit : aka.ms/practicalDAX

Proud to be a Datanaut!

anupampandey
Helper III
Helper III

Hi,

 

I am facing a simple problem (probably) which I am unable to resolve.

Problem is while computing the MTD values totals are matching. Below is the screen shot. 

Formula : MTD = TOTALMTD(SUM(COMM_YTD[CALC_RET_COMM]),DATESMTD('Calendar'[DateKey].[Date]))

 

The same method I have used earlier which is working perfectly this time I don't know what happened.

 

MTD_ERROR.PNG

 

 

 

 

 

 

 

 

 

 

 

 

Please help me on this.

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.

Dashboard in a day with date

Exclusive opportunity for Women!

Join us for a free, hands-on Microsoft workshop led by women trainers for women where you will learn how to build a Dashboard in a Day!

MPPC 2023 PBI Carousel

Power Platform Conference-Power BI and Fabric Sessions

Join us Oct 1 - 6 in Las Vegas for the Microsoft Power Platform Conference.

Top Solution Authors