Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more
I am trying to create a button that would bring a BciCalendar visualization to the current month.
Any tips would be appreciated.
Thanks!
I think you are trying to create to create bookmark.
Bookmarks are used for hiding object or storing particular state of visual. Action part just display one state of visual and it will not filter any data.
https://docs.microsoft.com/en-us/power-bi/desktop-bookmarks
Thanks & regards,
Pravin Wattamwar
www.linkedin.com/in/pravin-p-wattamwar
If I resolve your problem Mark it as a solution and give kudos.
Hi,
My understandign of bookmarks is that they bring your dashboard to a specific state. However, I am trying to bring my dashboard to "today()" date, which changes daily. Do you have any feedback on how to make a bookmark of that sort?
Thanks!
@Anonymous
One thing you can do is add a statement in each of your DAX statements that default to Todays date. So if no date filter is being applied, all of your measures will default to today. It would look something like this:
Measure =
VAR today = SELECTEDVALUE( Calendar[date], TODAY())
RETURN
CALCULATE(
SUM( table[column],
calendar[date] = today)
As far as I know, there's not a button you can press to go to today like a bookmark.
Edit: Actually, now that I think about it, if you add a bookmark that clears all date slicers, it would technically be bringing the data to today if you do the above.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.
| User | Count |
|---|---|
| 8 | |
| 5 | |
| 4 | |
| 3 | |
| 3 |
| User | Count |
|---|---|
| 24 | |
| 12 | |
| 11 | |
| 9 | |
| 8 |