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
arvindyadav
Post Partisan
Post Partisan

How to find Pre Month MTD

Hi Team,

 

I am using this formula 

 

PRE MTD = TOTALMTD(sum(Table1[Profit],DATEADD(DimDate[Date],-1,MONTH)) for getting Previous month to date value but not getting expected value.
Please help me what is wrong in this formula.

 

1 ACCEPTED SOLUTION

Hi @vivran22 ,

 

Thanks for your advice I made mistake on the relationship between two tables that's why I was unable to get an answer. After mapping the data it works for me.

 

Thanks,

Arvind.

View solution in original post

2 REPLIES 2
vivran22
Community Champion
Community Champion

@arvindyadav 

 

Hi,

 

You may use the formula PREVIOUSMONTH(DimDate[Date]) instead. 

 

On a different note, you should close the Sum bracket. 

 

 

 

Thanks,

Vivek

Hi @vivran22 ,

 

Thanks for your advice I made mistake on the relationship between two tables that's why I was unable to get an answer. After mapping the data it works for me.

 

Thanks,

Arvind.

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