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
kunal_mehta1
Helper I
Helper I

FILTER OR A MEASURE

Hello All,
The dataset attached below is a sample of the data i have.
There are projects which has financials and date of submission . I am making a visual which would show the amount of financials required in total, based on the date. I want a filter or measure which would show the financials only from todays date and max future date available in that column. I have a column chart visual where i have months on x axis and financials on y axis.

Excel.PNG

1 ACCEPTED SOLUTION
wdx223_Daniel
Super User
Super User

wdx223_Daniel_0-1680058885890.png

FinTotal = CALCULATE(SUM(SampleData[financials]),KEEPFILTERS('Calendar'[Date]>=TODAY()))

 

View solution in original post

2 REPLIES 2
wdx223_Daniel
Super User
Super User

wdx223_Daniel_0-1680058885890.png

FinTotal = CALCULATE(SUM(SampleData[financials]),KEEPFILTERS('Calendar'[Date]>=TODAY()))

 

Thanks Daniel. You are amazing!!

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