Supplies are limited. Contact info@espc.tech right away to save your spot before the conference sells out.
Get your discountScore big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount
Hello Community,
I have a slicer that selects a single date from a date table. I then want my measure to pick up that date so I can use it in different cards on several pages of my reports. I am using the following for my measure
A_Update = SELECTEDVALUE(dimDate[Date], TODAY())
However, I only get today's date and never the selected date.
The slicer needs to be on every page where you want it to be effective. If you don't want it visible on all pages then you can make it hidden on those pages, but make sure that you have it set up to sync across all pages.
Thanks for the reply.
However, the slicer does not even update the measure on the page it is on.