Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register now.
Hi,
How can I choose the order elements are listed in a filter ? In the example bellow, I would like to have:
0-100K
100K-1M
> 1M
Thanks
Solved! Go to Solution.
Hi @SRK_23,
Seems you don't have an independent table. I would suggest you add a conditional column in the Query Editor. Please refer to the snapshot below. Then apply "Sort by Column". NOTE, all values should have an index.
Best Regards,
Dale
Hi @SRK_23,
Could you please mark the proper answers as solutions?
Best Regards,
Dale
yes, thanks !! 🙂
Hi @SRK_23,
Just a heads up if it still does not work, because mine did not work despite using index to sort. I did a dirty trick by adding space in front of the text, and it does not show on the filter.
Tedious, yes, but hey it works 🙂
Regards,
AYS
Hi @SRK_23,
You can add an index column either in the data source or in the Query Editor. Then follow the guide in the snapshot.
Best Regards,
Dale
Hi @v-jiascu-msft, thanks for the answer, not sure to understand how to do it because it is not a 3 lanes colomun, see below:
Hi @SRK_23,
Seems you don't have an independent table. I would suggest you add a conditional column in the Query Editor. Please refer to the snapshot below. Then apply "Sort by Column". NOTE, all values should have an index.
Best Regards,
Dale