Forum Discussion

gaiusgw's avatar
gaiusgw
Helper III
5 years ago
Solved

Return unique value list from date range slicer

I have used the method descibed in this link to do date range comparisons for sales but now I need to return a list based on the code.    https://medium.com/chandakamit/power-bi-comparing-data-acro...
  • V-lianl-msft's avatar
    5 years ago

    Try to create a measure and apply it to visual level filter.

    measure = if(max(OPENDET [ORDER DATE]) in values('Date'[Date]),1,0)