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
Hi,
I have the "Timeline 2.0.2" slicer on my report that I use to filter the dates.
Each time I refresh the data on the Desktop app, I need to update the the timeline slicer manually or it won't show the latest data.
I want to set up email subscriptions on the Power BI service but I'm running into the same issue: the latest data is not shown automatically.
How can I set the Timeline slicer to update automatically to include the new date(s)?
Solved! Go to Solution.
Hi @amalm ,
Actually we cannot achieve that by using TimeLine. However, We can create a calculated column and add the column to Slicer visual to work around.
Column = IF(MONTH(TODAY())=MONTH('Table'[Date]),"Curr",FORMAT('Table'[Date],"yyyymmm"))
Regards,
Frank
Hi @amalm ,
Actually we cannot achieve that by using TimeLine. However, We can create a calculated column and add the column to Slicer visual to work around.
Column = IF(MONTH(TODAY())=MONTH('Table'[Date]),"Curr",FORMAT('Table'[Date],"yyyymmm"))
Regards,
Frank
The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now!
| User | Count |
|---|---|
| 56 | |
| 55 | |
| 32 | |
| 18 | |
| 14 |