Forum Discussion

NSC7's avatar
NSC7
Helper I
4 years ago
Solved

How can I filter a table visual data on date column based on slicer value?

Hi,

I have a table visual which has Date_Needed column, and a slicer which has numeric values which comes from table which has numeric column Days . I want to filter the data on table visual on below condition

 

Date_Needed <  Today() + SELECTEDVALUE('Table'[Days])

 

 

 

Expected output-

 

 

3 Replies