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
aswathyjoe
Frequent Visitor

DATESMTD IS NOT WOKING AS EXPECTED

Hi

I am building a new table called "Date Period" based on my date dimension table.

Below shown is the dax I used to create the new table and columns.

Date Period = ADDCOLUMNS(DATESMTD (Dim_Date[Date]),"Type","MTD")
 
as shown in the picture, I have the date 1/1/2023 for this month in the date dimension table.
 
aswathyjoe_0-1674071135548.png
aswathyjoe_1-1674071237784.png
 
but my new table is giving me a differnet date in 2024. please see the undelined date above.

 

 

What am I doing wrong here. Can anyone help ?

My date dimension contains dates until 2024. is it because of that I am getting MTD date as different ?

How can I get the MTD based on the current month ?

 
 

 

3 REPLIES 3
HotChilli
Super User
Super User

I'm a bit confused as to what you're trying to do and what is stated in the original post.

Have you created a one row table and you don't know where it comes from?  It's probably the last date in the dim_date table.

--

What is it you are trying to do?  Can you post some sample data and the desired result please?

AnthonyJoseph
Resolver III
Resolver III

Hi @aswathyjoe .MTD returns the value in Date/time format.  Can you try changing the data type of the column to be Date. 

 

Thanks,

AnthonyJoseph

 

Hi Anthony, Thnaks for the reply.

I tried changing it. please see below. its still giveing a date in 2024

aswathyjoe_1-1674071882963.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