Forum Discussion
Multiple Numeric Range with Slicer
- Anonymous1 year ago
Hi, Anonymous
You can use Numeric range parameter to achieve your need.
hide the sliderBest Regards,
Yang
Community Support TeamIf 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
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
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