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
Anonymous
Not applicable

Calculate MTD

Hello, 

I am new to power bi and facing an issue where I have a table with two columns 1. Effective Date and 2. Quantity, here i have to calculate MTD and show it in a line chart, But the problem is I want this measure which selects each date starting from 1-1-2018 until 31-12-2019, The effective date column is not having all this dates.

So i have created a new date table starting from 1-1-2018 to 31-12-2019, I want a measure which automatically add up the previous value and gives me the result for each month.

 

I have attcahed the screen clip of my requirement, can anyone please help me.

 

 

Capture.PNG

1 REPLY 1
amitchandak
Super User
Super User

Please check two functions totalmtd and datesmtd

 

https://docs.microsoft.com/en-us/dax/totalmtd-function-dax

https://docs.microsoft.com/en-us/dax/datesmtd-function-dax

 

Make sure you create a calendar table and it is marked as the date in the model view

https://docs.microsoft.com/en-us/dax/calendar-function-dax

https://powerbi.tips/2017/11/creating-a-dax-calendar/

 MTD Sales = CALCULATE(SUM(Sales[Sales Amount]),DATESMTD('Date'[Date Filer]))

Appreciate your Kudos. In case, this is the solution you are looking for, mark it as the Solution. In case it does not help, please provide additional information and mark me with @
Thanks.

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.