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

The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now! Learn more

Reply
kmilarov
Helper II
Helper II

Input/Add two parameters via slider Between

Guys, I have a slider with single input that add one parameter / variable). But want to have slider BETWEEN that enters/inputs two parameters - lower and upper  (between). values for example, to add input number via slider between 4 and 8, and to  have two var parameters values one for 4 and the other for 8?

1 ACCEPTED SOLUTION
TomMartens
Super User
Super User

Hey @kmilarov ,

 

assuming you have a table containing a column with all the possible numeric values, then you can use a single slicer and the slider "between" option to visualize the values. In my example the table and column have the same name: 1 to 100.

Using two measures like below:

minValue 1 to 100 = CALCULATE( MIN('1 to 100'[1 to 100] ) )

and

maxalue 1 to 100 = CALCULATE( MAX('1 to 100'[1 to 100] ) )

Allows something like this:
image.png

Of course, you can use both measures inside a third measure to add the min and max value.

 

Hopefully, this will help you find what you are looking for.

 

Regards,

Tom



Did I answer your question? Mark my post as a solution, this will help others!

Proud to be a Super User!
I accept Kudos 😉
Hamburg, Germany

View solution in original post

2 REPLIES 2
kmilarov
Helper II
Helper II

Thank you. It works well now 🙂 

TomMartens
Super User
Super User

Hey @kmilarov ,

 

assuming you have a table containing a column with all the possible numeric values, then you can use a single slicer and the slider "between" option to visualize the values. In my example the table and column have the same name: 1 to 100.

Using two measures like below:

minValue 1 to 100 = CALCULATE( MIN('1 to 100'[1 to 100] ) )

and

maxalue 1 to 100 = CALCULATE( MAX('1 to 100'[1 to 100] ) )

Allows something like this:
image.png

Of course, you can use both measures inside a third measure to add the min and max value.

 

Hopefully, this will help you find what you are looking for.

 

Regards,

Tom



Did I answer your question? Mark my post as a solution, this will help others!

Proud to be a Super User!
I accept Kudos 😉
Hamburg, Germany

Helpful resources

Announcements
November Power BI Update Carousel

Power BI Monthly Update - November 2025

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

Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors
Top Kudoed Authors