Reply
ruchikhanuja
New Member
Partially syndicated - Outbound

Multiple Numeric Range with Slicer

Hi,

 

I want to add a numeric slicer to help user select the range for that numeric field. That works.

But now I want to provide multiple range selection on the same numeric field to the user. I have tried couple of option but in vain.

Any pointers would be helpful.

 

Thanks!

1 ACCEPTED SOLUTION

Syndicated - Outbound

Hi, @ruchikhanuja 

You can use Numeric range parameter to achieve your need.

vyaningymsft_0-1725326861076.png

vyaningymsft_1-1725326889547.png

 


hide the slider

vyaningymsft_2-1725272399254.png

Best Regards,
Yang
Community Support Team

 

If there is any post helps, then please consider Accept it as the solution to help the other members find it more quickly.
If I misunderstand your needs or you still have problems on it, please feel free to let us know. Thanks a lot!

How to get your questions answered quickly --  How to provide sample data in the Power BI Forum

View solution in original post

5 REPLIES 5
v-yaningy-msft
Community Support
Community Support

Syndicated - Outbound

Hi, @ruchikhanuja 

Thanks for Vidushi_Mangal reply. You can try grouping your data to achieve your need. 

vyaningymsft_0-1724985993261.png

vyaningymsft_1-1724986010701.png

Choice = 
SWITCH(
    TRUE(),
    'Table'[Value]<=20,"1-20",
    'Table'[Value]<=40,"20-40",
    'Table'[Value]<=60,"40-60",
    'Table'[Value]<=80,"60-80",
    'Table'[Value]<=100,"80-100"
)

 

Best Regards,
Yang
Community Support Team

 

If there is any post helps, then please consider Accept it as the solution to help the other members find it more quickly.
If I misunderstand your needs or you still have problems on it, please feel free to let us know. Thanks a lot!

How to get your questions answered quickly --  How to provide sample data in the Power BI Forum

Syndicated - Outbound

Hi Yang,

 

Thanks for your reply. The user does not want to select from a range from a predefined groups by grouping the data , but wants free text field/s to enter range like this for e.g. 
12345666- 12557000. And they want to enter multiple ranges as well at a time seperated by  like 12345666- 12557000, 12345777- 12558000. Now the data has to be filtered based on what they enter in free text field/s. I have not figured out how to take inputs from the user in PBI in free text field/s and use it for filter.

Thanks

Vidushi_Mangal
Regular Visitor

Syndicated - Outbound

you can Create calculated fields that represent different ranges based on user input and you can use parameters to let users specify the range boundaries.

Key points for this approach is that : This approach is relatively flexible and doesn't require custom development but It might involve more complex interactions for the end-user compared to dedicated slicers.

 

Give thumps up if it works

 

Syndicated - Outbound

Hi, @ruchikhanuja 

You can use Numeric range parameter to achieve your need.

vyaningymsft_0-1725326861076.png

vyaningymsft_1-1725326889547.png

 


hide the slider

vyaningymsft_2-1725272399254.png

Best Regards,
Yang
Community Support Team

 

If there is any post helps, then please consider Accept it as the solution to help the other members find it more quickly.
If I misunderstand your needs or you still have problems on it, please feel free to let us know. Thanks a lot!

How to get your questions answered quickly --  How to provide sample data in the Power BI Forum

Syndicated - Outbound

Thanks Vidushi for your reply. The user wants free text field/s to enter range like this for e.g. 
12345666- 12557000. And they want to enter multiple ranges as well at a time seperated by  like 12345666- 12557000, 12345777- 12558000. Now the data has to be filtered based on what they enter in free text field/s. I have not figured out how to take inputs from the user in free text field/s and use it for filter.

Thanks

avatar user

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.

Top Solution Authors (Last Month)
Top Kudoed Authors (Last Month)