Starting December 3, join live sessions with database experts and the Microsoft product team to learn just how easy it is to get started
Learn moreGet certified in Microsoft Fabric—for free! For a limited time, get a free DP-600 exam voucher to use by the end of 2024. Register now
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.
For example:
Selection Period: 01/01/2021 - 12/31/2023 (When filter is used to select values)
Selection Period: Full Date Range (When no date range is selcted from filter)
Thank you for your help and guidance.
Solved! Go to Solution.
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.
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.
Starting December 3, join live sessions with database experts and the Fabric product team to learn just how easy it is to get started.
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early Bird pricing ends December 9th.
User | Count |
---|---|
94 | |
87 | |
84 | |
73 | |
49 |
User | Count |
---|---|
143 | |
131 | |
110 | |
64 | |
55 |