Forum Discussion
Anonymous
3 years agoNot applicable
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...
- Anonymous3 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
Anonymous
3 years agoNot applicable
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