The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
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
Solved! Go to Solution.
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.
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
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.
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
Hello Gao,
Works better than expected!
Thanks a million,
Tat
@Anonymous
User | Count |
---|---|
16 | |
8 | |
7 | |
6 | |
6 |
User | Count |
---|---|
26 | |
13 | |
12 | |
8 | |
8 |