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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
shhafiz
Employee
Employee

Hiding non-Editable Box in Range Selector

I have a range selector which is of type Greater than, that means one of the box is not editable. Since the greyed out box isn't used, is there a way we can hide this? Currently it is showing up as non editable and can be distracting for user.

 

Range_selRange_sel

 

2 REPLIES 2
v-alq-msft
Community Support
Community Support

Hi, @shhafiz 

 

Based on my research, It is unsupported to hide non-editable Box in range selector because there is no option to hide it. As a workaround, you may operate as follows.

 

Here is my example. You may set the range selector as 'Less than or equal to'. Then you could go to 'Format' area, click 'Numeric input', set the font color and background color white.

e1.png

 

Then you may create a measure and put it in the card visual to display the current value of the range selector.

 

CurrentValue = 
CALCULATE(
        MAX(Products[ProductID]),
        ALLSELECTED(Products)
)

 

 

Result:

e2.png

 

Best Regards

Allan

 

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

PaulDBrown
Community Champion
Community Champion

@shhafiz 

 

You can overlay a shape, and format it to be in front of the slicer. One thing to bear in mind, however, is that it will become visible when a user selects the slicer. (it might help if the shape has the same colour as the slicer value backround, but I guess the actual value will still be visible...)





Did I answer your question? Mark my post as a solution!
In doing so, you are also helping me. Thank you!

Proud to be a Super User!
Paul on Linkedin.






Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

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

April Fabric Community Update

Fabric Community Update - April 2024

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