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

Don't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register now.

Reply
ruchikhanuja
New Member

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

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

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

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

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

 

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

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

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!

Jan25PBI_Carousel

Power BI Monthly Update - January 2025

Check out the January 2025 Power BI update to learn about new features in Reporting, Modeling, and Data Connectivity.

December 2024

A Year in Review - December 2024

Find out what content was popular in the Fabric community during 2024.