The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
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.