The ultimate Microsoft Fabric, Power BI, Azure AI, and SQL learning event: Join us in Stockholm, September 24-27, 2024.
Save €200 with code MSCUST on top of early bird pricing!
Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started
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.
Join the community in Stockholm for expert Microsoft Fabric learning including a very exciting keynote from Arun Ulag, Corporate Vice President, Azure Data.
Check out the August 2024 Power BI update to learn about new features.
User | Count |
---|---|
107 | |
78 | |
72 | |
46 | |
39 |
User | Count |
---|---|
135 | |
108 | |
69 | |
64 | |
56 |