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

A new Data Days event is coming soon! This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. Don't miss out.

Reply
Anonymous
Not applicable

Is it possible to only capture the values used in the range filter?

Hi, 

I'm trying to display only the displyed number in the range filter and I tried using the below formula but it renders all the values that exists between (1 - 375) and (0-52).  (I can use MIN and MAX but it will always be constant for all the values)

How can I capture OR display only the numbers that is entered inside the range box filter ?

 

IF(ISFILTERED(Table1[alpha]),
" || Length of Stay: " &CONCATENATEX(VALUES(Table1[alpha]), Table1[alpha],", "))
&IF(ISFILTERED(Table1[beta]),
" || Number of Treatment Sessions: " &CONCATENATEX(VALUES(Table1[beta]), Table1[beta],", "))

Side FiltersSide Filters

 

Also is there any way I can add a description above the range boxes like FROM and TO  ?

Thanks

3 REPLIES 3
Anonymous
Not applicable

Hi @Anonymous ,

 

Not sure what you mean "MIN and MAX will always be constant for all the values".

Measure = MIN('Table'[Column1])

Measure 2 = MAX('Table'[Column1])

3.PNG

4.PNG

Can you show more details?

 

Best Regards,

Jay

MFelix
Super User
Super User

Hi @Anonymous ,

 

What is the result you need to have when the value is between 1 and 375 returns the current number?

 

The concatanex is a concatenat of all the values of a table in this case you are picking upt the alpha table of the value you have.

 

Can you share an expected result image?


Regards

Miguel Félix


Did I answer your question? Mark my post as a solution!

Proud to be a Super User!

Check out my blog: Power BI em Português





Anonymous
Not applicable

Thanks for your response. Yes I want the selected numbers in the box range. In this case I need result to be displayed as "1" and "375".  Let me know if this info is enough. 

Helpful resources

Announcements
May Power BI Update Carousel

Power BI Monthly Update - May 2026

Check out the May 2026 Power BI update to learn about new features.

Fabric SQL PBI Data Days

Data Days 2026 coming soon!

Sign up to receive a private message when registration opens and key events begin.

New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.