Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
3 years ago

Measure from slicer

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.

2 Replies

  • 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.

    • Anonymous's avatar
      Anonymous
      Not applicable

      Thanks for the reply.

      However, the slicer does not even update the measure on the page it is on.