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

Grow your Fabric skills and prepare for the DP-600 certification exam by completing the latest Microsoft Fabric challenge.

Reply
Anonymous
Not applicable

DatesMTD is not working

Hi, I've created a Date_Table using 

 

 

DATE_Table = CALENDAR(DATE(2023,01,01),DATE(2023,12,31))  

 

 

 and a Sale column with all 1's 

 

As I created a Calculated Column using DATESMTD function to get the cumulative sum of Sale, why did it return me all 1's again?

 

Rickytan_0-1675806208757.png

 

2 REPLIES 2
Ashish_Mathur
Super User
Super User

Hi,

The Date Table is the Dim table which should have additional date related columns only such as Month, Year.  The Sales table (Fact table) should have the Date column and Sale column.  Create a relationship (Many to One and Single) from the Date column of the Fact table to the Date column of the Calendar Table.  to your slicer, drag Date from the Calendar Table and select a specific date in that slicer.  Write these measures

Total = sum(Data[Sale])

Total MTD = calculate([total],datesmtd(calendar[date]))

Hope this helps.


Regards,
Ashish Mathur
http://www.ashishmathur.com
https://www.linkedin.com/in/excelenthusiasts/
Padycosmos
Solution Sage
Solution Sage

Hope this video helps for the cumulative totals:

https://www.youtube.com/watch?v=y7ucCjtADsg

 

Helpful resources

Announcements
RTI Forums Carousel3

New forum boards available in Real-Time Intelligence.

Ask questions in Eventhouse and KQL, Eventstream, and Reflex.

MayPowerBICarousel1

Power BI Monthly Update - May 2024

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