Forum Discussion

Sachet_716's avatar
Sachet_716
Helper I
8 years ago
Solved

MTD Measure to current date

Please i need some help. I am trying to create a MTD measure in my report.

I am extremely new with DAX and power bi. 

 

I was thinking that i was doing it correctly, however, i have some stores that are no longer active on November but stil shows MTD figure, i dont know why  :(

 

MTD Sales = TOTALMTD(sum(CVR[Functional Sale Value]) , CVR[Full Date]) have also tried using my DateDim table

MTD Sales = TOTALMTD(sum(CVR[Functional Sales Value]), DateDim[Date]). 

 

I am close to being so frustrated about this  :( 

 

Thank you in advance. 

 

 

5 Replies