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
ctvv3010
Regular Visitor

MTD calculation does not work

I was trying to calculate data filtered by date.

 

With past data it worked very well, but for MTD or when I'm trying to use the current month data, it just does not work as usual. The column returned the total number but not for individual rows.

 

 

For example, this one does work:

 

FY2019 Sales = CALCULATE([Total net sales], DATESBETWEEN(DateTable[Date].[Date], DATE(2018,09,01), DATE(2019,08,01)))

 

But for this month, this does not work:

 

MTD Sales = CALCULATE([Total net sales], DATESBETWEEN(DateTable[Date].[Date], DATE(2019,09,01), DATE(2019,10,01)))

Any suggestions? Much appreciated! Man Very Happy

 

1 REPLY 1
Anonymous
Not applicable

MTD Sales = CALCULATE([Total net sales], DATESBETWEEN(DateTable[Date].[Date], DATE(2019,09,01), today()))

Maybe since the end date has not happened yet it is having trouble with that. I'd try it with "today()" as the end date.

 

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