Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
3 years ago
Solved

Using a single slider for four dates column

Hi All,   I have fours Dates columns in table Like AFromDate, BTodate, CFromDate,DTodate   The issue is i want to use single date to selecte all the period within these four dates.   I have c...
  • Anonymous's avatar
    Anonymous
    3 years ago

    Hi Anonymous ,

     

    It is by design.

    You are using SELECTEDVALUE ( 'TableA'[TsFromDate] ) and SELECTEDVALUE ( 'TableA'[TsToDate] ) in the formula.

    Remember that SELECTEDVALUE function rely on context, you will need the columns in visual.

     

    Best Regards,

    Jay