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

To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.

Reply
Anonymous
Not applicable

Slicer Design/Function Recommendation

I currently am using a slicer to allow users to select a "Budget" and impact the results of the dashboard.

 

The challenge I am having is that the budget amount is in $1.00 increments, and the amount of options does not allow me to use the ""Search" function in the slicer.

 

Looking for suggestion show I may be able to make the slicer (or other option) accessible to data entry by the user...or a preferred way of allowing a user to select a "budget amount".

 

Budget.PNG

7 REPLIES 7
Vvelarde
Community Champion
Community Champion
Anonymous
Not applicable

Thanks @Vvelarde

 

This can have some great application but in the case of my dataset where I have the budget listed in increments one dollar, I am only having onve value returned in this solution.

 

Any other ideas?

@Anonymous

 

What's the data type of your "budget" field?

 

If the budget field is numeric, you should be able to select "Between" instead of "List" in slicer so that you can select a data range.

 

36.PNG

 

Regards,

Anonymous
Not applicable

This is an okay option.

 

To make it slightly more complicated, I am usins the slicer to output results in a tile.  So for the "between function" to work, each of the two fields need to be the same.

 

See creen capture below.  

 

Any additional suggestions would be great!

 

calc.PNG

sokg
Solution Supplier
Solution Supplier

Do you harvest this selection and use it in a calculation????

Anonymous
Not applicable

No, it's a straight list in the table as a column.  If there is a better way of doing it - I am all ears, but will likely need some detailed instruction.

 

Thanks.

sokg
Solution Supplier
Solution Supplier

I was thinking that you must use buckets.

Somethink like  1031-1040

                         1041 -1050

                         1051-1060

 

To do this you must create a column BucketsBudget = CEILING(TABLE[Budge],10) where 10 is the range and you can change it.

 

 

Helpful resources

Announcements
September Power BI Update Carousel

Power BI Monthly Update - September 2025

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

August 2025 community update carousel

Fabric Community Update - August 2025

Find out what's new and trending in the Fabric community.

Top Kudoed Authors