Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more
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 ?
Solved! Go to Solution.
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.
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.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.