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! Learn more

Reply
reetu_k
Microsoft Employee
Microsoft Employee

Numberic Slicer Ranges - Direct Query

Hi All

 

I have a large dataset with the total requests ranging between 1 - 3 Million using DirectQuery. I would like to introduce a numeric slicer with static ranges like 1-10K, 10 K - 20K etc. Using the default slicer takes too long as it is querying from dataset. 

 

Any suggestions ?

1 ACCEPTED SOLUTION
Anonymous
Not applicable

Hi,

My have three suggestions you can try:

1. create a new column and use IF() function to give all the data a tag, such as "1k-10k", "10k-20k"...;

2. right click the column name and use "new group" to make them into a new bin. Then replace the name in Edit Queries if necessary;

3. Check if the slicer tools in Marketplace may work.

View solution in original post

1 REPLY 1
Anonymous
Not applicable

Hi,

My have three suggestions you can try:

1. create a new column and use IF() function to give all the data a tag, such as "1k-10k", "10k-20k"...;

2. right click the column name and use "new group" to make them into a new bin. Then replace the name in Edit Queries if necessary;

3. Check if the slicer tools in Marketplace may 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