Join us for an expert-led overview of the tools and concepts you'll need to pass exam PL-300. The first session starts on June 11th. See you there!
Get registeredPower BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. 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
User | Count |
---|---|
84 | |
76 | |
74 | |
48 | |
39 |
User | Count |
---|---|
114 | |
56 | |
51 | |
42 | |
42 |