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

Get inspired! Check out the entries from the Power BI DataViz World Championships preliminary rounds and give kudos to your favorites. View the vizzies.

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
v-jayw-msft
Community Support
Community Support

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

Community Support Team _ Jay
If this post helps, then please consider Accept it as the solution
to help the other members find it.
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
Las Vegas 2025

Join us at the Microsoft Fabric Community Conference

March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!

FebPBI_Carousel

Power BI Monthly Update - February 2025

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

Feb2025 NL Carousel

Fabric Community Update - February 2025

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

Top Kudoed Authors