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 everyone! Is there a way to sort an X-axis in the stacked/clustered charts by another column? I have names of the wells in the x axis now, but I would like them to be sorted by date from another column. Is it possible?
Thanks in advance!
Solved! Go to Solution.
@Anonymous , You sort by a measure or by Column on-axis. The column on Axis can have sort column on which it can be sorted
https://docs.microsoft.com/en-us/power-bi/desktop-sort-by-column
Sort column need to the same granularity as main column
@Anonymous , You sort by a measure or by Column on-axis. The column on Axis can have sort column on which it can be sorted
https://docs.microsoft.com/en-us/power-bi/desktop-sort-by-column
Sort column need to the same granularity as main column
Thank you very much!