Forum Discussion

Enan's avatar
Enan
Helper I
3 years ago
Solved

Display Filter selection in Card

Hi, I want to display the selected filter values in a card visual and if there is no sselection from filter it shows "Full Date Range" So every time the user selects the date range it show on card....
  • Anonymous's avatar
    Anonymous
    3 years ago

    Hi Enan 

    You can create a measure

    Measure = MIN('Table'[Date])&"-"&MAX('Table'[Date])

    Output

     

    Best Regards!

    Yolo Zhu

    If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.