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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now

Reply
mb0307
Responsive Resident
Responsive Resident

Slice by two values

Hi all,

 

Eg:  I have rank numbers 1 to 10.  Now I want to add dropdown rank slicer but only allowing users to select any two values between 1 to 10?

 

If I add two dropdown sliders and allow single selection in each slicer then whatever I select in the slicers1 same selection choice is left in the slicer2.:

 

Capture.PNG

 

Capture2.PNG

 

Thanks

3 ACCEPTED SOLUTIONS
parry2k
Super User
Super User

@mb0307 you should create two separate tables for both the slicers and then set it to single selection or turn of edit interactions between slicers. I will go with two seperate tables.

 

I would  Kudos if my solution helped. 👉 If you can spend time posting the question, you can also make efforts to give Kudos whoever helped to solve your problem. It is a token of appreciation!

Visit us at https://perytus.com, your one-stop shop for Power BI related projects/training/consultancy.



Subscribe to the @PowerBIHowTo YT channel for an upcoming video on List and Record functions in Power Query!!

Learn Power BI and Fabric - subscribe to our YT channel - Click here: @PowerBIHowTo

If my solution proved useful, I'd be delighted to receive Kudos. When you put effort into asking a question, it's equally thoughtful to acknowledge and give Kudos to the individual who helped you solve the problem. It's a small gesture that shows appreciation and encouragement! ❤


Did I answer your question? Mark my post as a solution. Proud to be a Super User! Appreciate your Kudos 🙂
Feel free to email me with any of your BI needs.

View solution in original post

Anonymous
Not applicable

The Between slicer will allow you to get two values.  Capture.JPG

View solution in original post

dax
Community Support
Community Support

Hi @mb0307 , 

You could use two tables for two slicers, then use measure to achieve this goal. You could refer to my sample for details.

Best Regards,
Zoe Zhi

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

View solution in original post

7 REPLIES 7
dax
Community Support
Community Support

Hi @mb0307 , 

You could use two tables for two slicers, then use measure to achieve this goal. You could refer to my sample for details.

Best Regards,
Zoe Zhi

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

Anonymous
Not applicable

The Between slicer will allow you to get two values.  Capture.JPG

mb0307
Responsive Resident
Responsive Resident

@Anonymous  thanks.

 

I was trying to use the slider but I want user to be able to select only 2 values not whole range.

@mb0307 can you share the relationship diagram, in fact, you don't need relationship, you can just use the values from the slicer into your measures.

 

On another note, I liked @Anonymous  idea to create between, and then you can min and max of that slicer which will give you two values. It is neat solution thou.

 

I would  Kudos if my solution helped. 👉 If you can spend time posting the question, you can also make efforts to give Kudos whoever helped to solve your problem. It is a token of appreciation!

Visit us at https://perytus.com, your one-stop shop for Power BI related projects/training/consultancy.



Subscribe to the @PowerBIHowTo YT channel for an upcoming video on List and Record functions in Power Query!!

Learn Power BI and Fabric - subscribe to our YT channel - Click here: @PowerBIHowTo

If my solution proved useful, I'd be delighted to receive Kudos. When you put effort into asking a question, it's equally thoughtful to acknowledge and give Kudos to the individual who helped you solve the problem. It's a small gesture that shows appreciation and encouragement! ❤


Did I answer your question? Mark my post as a solution. Proud to be a Super User! Appreciate your Kudos 🙂
Feel free to email me with any of your BI needs.

Anonymous
Not applicable

Combine a couple of the above ideas to use Edit Interactions and the MIN/MAX.  The key with Edit interactions is each slicer has interactions to set as noted by the closed circles.   Capture.JPG

HTH,

Smitty

parry2k
Super User
Super User

@mb0307 you should create two separate tables for both the slicers and then set it to single selection or turn of edit interactions between slicers. I will go with two seperate tables.

 

I would  Kudos if my solution helped. 👉 If you can spend time posting the question, you can also make efforts to give Kudos whoever helped to solve your problem. It is a token of appreciation!

Visit us at https://perytus.com, your one-stop shop for Power BI related projects/training/consultancy.



Subscribe to the @PowerBIHowTo YT channel for an upcoming video on List and Record functions in Power Query!!

Learn Power BI and Fabric - subscribe to our YT channel - Click here: @PowerBIHowTo

If my solution proved useful, I'd be delighted to receive Kudos. When you put effort into asking a question, it's equally thoughtful to acknowledge and give Kudos to the individual who helped you solve the problem. It's a small gesture that shows appreciation and encouragement! ❤


Did I answer your question? Mark my post as a solution. Proud to be a Super User! Appreciate your Kudos 🙂
Feel free to email me with any of your BI needs.

mb0307
Responsive Resident
Responsive Resident

Thanks @parry2k.  I have created the slicer with single selection and built relationship but this filter charts from one slicer (second slicer is ignored).  Checked the interactions as well but still doesn't work.

Helpful resources

Announcements
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!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

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

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