The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
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