Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends September 15. Request your voucher.

Reply
ksteever
Helper I
Helper I

Show any items that are of a particular value after a specific date or if the date is null

Hello!

 

I'm working on a Gantt chart for our leadership team of projects that are in progress. For the example sake, the table has 5 columns (Name, Start Date, End Date, Status, Updated). I want to filter out issues that have a end date of more than 14 days ago.  Something to note here is that the "end date" field will be empty until the status is moved to "done".  Is there a way to do this without doing a new column and calculating End date-Today then filtering out anything with a value of <-14?

 

Any help is appreciated!

1 ACCEPTED SOLUTION
lbendlin
Super User
Super User

TODAY() - COALESCE([End Date],TODAY()) >14

View solution in original post

1 REPLY 1
lbendlin
Super User
Super User

TODAY() - COALESCE([End Date],TODAY()) >14

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

Check out the August 2025 Power BI update to learn about new features.

August 2025 community update carousel

Fabric Community Update - August 2025

Find out what's new and trending in the Fabric community.