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!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
Hi
Can you please help my understand why the range (5-9) is not showing according to the correct order in the chart.
Thank you..
Solved! Go to Solution.
It is ordered alphabetically, therefore 1 will be before 5. You should create an index column and then, order the column by this new index column.
Other solution could be to write 00-04, 05-09 instead of 0-4, 5-9
It is ordered alphabetically, therefore 1 will be before 5. You should create an index column and then, order the column by this new index column.
Other solution could be to write 00-04, 05-09 instead of 0-4, 5-9