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

Compete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.

Reply
Anonymous
Not applicable

Today Filter for Gantt Chart

Hello team,

 

Could you advise how to filter a visual by todays date (only show running events) if I have a date start and an end date in a Gantt chart?

Many thanks,

Tat

1 ACCEPTED SOLUTION
Anonymous
Not applicable

Hi @Anonymous ,

Please create a measure.

Measure = IF(MAX('Table'[StartDate])<=TODAY()&&MAX('Table'[EndDate])>=TODAY(),1)

then add it to the gantt's filter.

vcgaomsft_0-1682931334447.png

 

Best Regards,
Gao

Community Support Team

 

If there is any post helps, then please consider Accept it as the solution  to help the other members find it more quickly. If I misunderstand your needs or you still have problems on it, please feel free to let us know. Thanks a lot!

How to get your questions answered quickly --  How to provide sample data in the Power BI Forum

View solution in original post

2 REPLIES 2
Anonymous
Not applicable

Hi @Anonymous ,

Please create a measure.

Measure = IF(MAX('Table'[StartDate])<=TODAY()&&MAX('Table'[EndDate])>=TODAY(),1)

then add it to the gantt's filter.

vcgaomsft_0-1682931334447.png

 

Best Regards,
Gao

Community Support Team

 

If there is any post helps, then please consider Accept it as the solution  to help the other members find it more quickly. If I misunderstand your needs or you still have problems on it, please feel free to let us know. Thanks a lot!

How to get your questions answered quickly --  How to provide sample data in the Power BI Forum

Anonymous
Not applicable

Hello Gao, 

Works better than expected!

Thanks a million,

Tat
@Anonymous 

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.