Forum Discussion

AbdelrahmanAyad's avatar
AbdelrahmanAyad
Frequent Visitor
8 years ago
Solved

USE Value in SelectedValue() as column

Hey Guys,   I have a problem , I have a report filter for the date. So I want to use the value selected by the user as the value for a fact table for example if the user selected '1/1/2017' I want ...
  • v-yulgu-msft's avatar
    v-yulgu-msft
    8 years ago

    Hi AbdelrahmanAyad,

     

    Please try:

    Selected Date = MAX('Calendar'[Date]) 

     

    Best regards,
    Yuliana Gu