Power BI is turning 10, and we’re marking the occasion with a special community challenge. Use your creativity to tell a story, uncover trends, or highlight something unexpected.
Get startedJoin us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.
Hello,
I have this graph, with the slicer on the right hand side selecting for dates.
The line there is a dynamic line from a measure with the code 'Today()', i.e. the dotted blue line is always on today.
I need either:
How can I acheive this?
Solved! Go to Solution.
@Anonymous , You can create a measure and use in x-axis constant line using FX
if(Today() >= minx(allselected('Date'), 'Date'[Date]) && Today() <= maxx(allselected('Date'), 'Date'[Date]) , today() , blank())
for buttons consider Bookmarks and buttons
Bookmarks
https://radacad.com/bookmarks-and-buttons-making-power-bi-charts-even-more-interactive
https://docs.microsoft.com/en-us/power-bi/desktop-bookmarks
I have no bookmarks pane in my powerbi desktop. How can I enable it?
@Anonymous , You can create a measure and use in x-axis constant line using FX
if(Today() >= minx(allselected('Date'), 'Date'[Date]) && Today() <= maxx(allselected('Date'), 'Date'[Date]) , today() , blank())
for buttons consider Bookmarks and buttons
Bookmarks
https://radacad.com/bookmarks-and-buttons-making-power-bi-charts-even-more-interactive
https://docs.microsoft.com/en-us/power-bi/desktop-bookmarks
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
72 | |
68 | |
53 | |
39 | |
33 |
User | Count |
---|---|
70 | |
63 | |
57 | |
49 | |
46 |