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

Can U also do filter to date calculations?

I'd like to show a graph that shows a YTD value for a measure, that also responds to a date filter. So suppose I have the following values:

 

Month  Sales  YTD

01         10      10

02         30      40

03         25      65

 

 When I would filter my report date filter to only show the from february and onwards, the YTD value should not take the 10 into account, so the YTD value for march should be 55 instead.

 

I already tried using DATESBETWEEN, but that takes the filter context of the graph into account. Is there some way to use the minimum date from the date filter, and the maximum date from the graph?

 

Thanks

 
 
 
1 ACCEPTED SOLUTION
v-juanli-msft
Community Support
Community Support

Hi @Anonymous

Use this measure when "date" column is in a slicer.

YTD = CALCULATE(SUM(Sheet2[sales]),FILTER(ALLSELECTED(Sheet2),[date]<=MAX([date]))) 

3.png

 

Best Regards

Maggie

View solution in original post

1 REPLY 1
v-juanli-msft
Community Support
Community Support

Hi @Anonymous

Use this measure when "date" column is in a slicer.

YTD = CALCULATE(SUM(Sheet2[sales]),FILTER(ALLSELECTED(Sheet2),[date]<=MAX([date]))) 

3.png

 

Best Regards

Maggie

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.