Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started

Reply
Enan
Helper I
Helper 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.

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.

Filter.jfif

1 ACCEPTED SOLUTION
v-xinruzhu-msft
Community Support
Community Support

Hi @Enan 

You can create a measure

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

Output

vxinruzhumsft_0-1677648322057.png

 

vxinruzhumsft_1-1677648352853.png

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.

View solution in original post

1 REPLY 1
v-xinruzhu-msft
Community Support
Community Support

Hi @Enan 

You can create a measure

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

Output

vxinruzhumsft_0-1677648322057.png

 

vxinruzhumsft_1-1677648352853.png

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.

Helpful resources

Announcements
Europe Fabric Conference

Europe’s largest Microsoft Fabric Community Conference

Join the community in Stockholm for expert Microsoft Fabric learning including a very exciting keynote from Arun Ulag, Corporate Vice President, Azure Data.

AugPowerBI_Carousel

Power BI Monthly Update - August 2024

Check out the August 2024 Power BI update to learn about new features.

August Carousel

Fabric Community Update - August 2024

Find out what's new and trending in the Fabric Community.