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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more

Reply
diederd
Helper II
Helper II

SelectedValue Date Filter

Hello PBI Community

 

I have a scenario for which I've been struggling to resolve. I have a date range filter; whereby a user has the option to select a FROM and a TO date. I am then wishing to display this selected date change as a label. Any assistance on the matter would be greatly appreciated.

 

Thank you in advance.

1 ACCEPTED SOLUTION
Iamnvt
Continued Contributor
Continued Contributor

hi,

 

you can use the below measure, and put it in a CARD visual:

Date Range = "From " & MIN('Calendar'[Date]) &" to " & MAX('Calendar'[Date])

here is the PBI file:

https://1drv.ms/u/s!Aps8poidQa5zk6sN-6ERLlRISM50iA

View solution in original post

2 REPLIES 2
Iamnvt
Continued Contributor
Continued Contributor

hi,

 

you can use the below measure, and put it in a CARD visual:

Date Range = "From " & MIN('Calendar'[Date]) &" to " & MAX('Calendar'[Date])

here is the PBI file:

https://1drv.ms/u/s!Aps8poidQa5zk6sN-6ERLlRISM50iA

 

Iamnvt

 

Thank you - that has worked!! Hours of trying multiple queries to no avail and you've come to my rescue!

Helpful resources

Announcements
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

Check out the October 2025 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors