Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now! Learn more
Is there anyway for this kind of report page filter to use one of the date functions noted, UTCTODAY or UTCNOW, instead of a statically selected date?
Solved! Go to Solution.
@rob_mysbxsec , Typically we create a flag like this and use that in slicer , So now you can use today as filter
new column in date table
Is Today = if('Date'[Date]=TODAY(),"Today",[Date]&"")
Is Today = if('Date'[Date]=TODAY(),"Today",format([Date],"YYYYMMDD"))
or
Is less than Today = if('Date'[Date]<=TODAY(),1,0)
Check : https://www.youtube.com/watch?v=hfn05preQYA
@rob_mysbxsec , Typically we create a flag like this and use that in slicer , So now you can use today as filter
new column in date table
Is Today = if('Date'[Date]=TODAY(),"Today",[Date]&"")
Is Today = if('Date'[Date]=TODAY(),"Today",format([Date],"YYYYMMDD"))
or
Is less than Today = if('Date'[Date]<=TODAY(),1,0)
Like this game plan. Any reason you propose use of a Slicer vs a report page or visual filter setting to filter by these computed Column date values that contain Today, Yesterday, This Month special values?
The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now!
| User | Count |
|---|---|
| 39 | |
| 37 | |
| 33 | |
| 32 | |
| 29 |
| User | Count |
|---|---|
| 132 | |
| 88 | |
| 82 | |
| 68 | |
| 64 |