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.
Hello, team,
As you can see in the image, I have a line chart with an x-axis in ascending order but the numerical order is not obeyed. I found this article in the forum regarding a similar issue and the solution proposed is to create a separate sorting table, but it is not clear to me how that should be done. Could anyone help me with this?
Thank you so much!
Solved! Go to Solution.
Hi @juliamacg_ ,
You can create another table or another calculated column also fine the data should be unique to the value you have used in the X-axis.
Example: a field value is <100 das then b field value is 100 (100 is a number type it works)
Then you can follow the steps in the article
If this post helps, then please consider Accept it as the solution, Appreciate your Kudos!!
Hi @juliamacg_ ,
You can create another table or another calculated column also fine the data should be unique to the value you have used in the X-axis.
Example: a field value is <100 das then b field value is 100 (100 is a number type it works)
Then you can follow the steps in the article
If this post helps, then please consider Accept it as the solution, Appreciate your Kudos!!
This indeed worked, thank you for the help!