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