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

Earn a 50% discount on the DP-600 certification exam by completing the Fabric 30 Days to Learn It challenge.

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
v-cgao-msft
Community Support
Community Support

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
v-cgao-msft
Community Support
Community Support

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
@v-cgao-msft 

Helpful resources

Announcements
PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

Top Solution Authors