The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends September 15. Request your voucher.
Hi Community,
I am working with live data(Direct Query). I wanted to plot the number of events that occurred every hour for the last 48 hours broken down by each hour. I am able to plot the data but I am print the X-axis in descending order. My plot looks like this:
Here I want to print the X-axis from 48 to 1 instead of on 1 to 48. Could anyone kindly let me know how to plot the X-axis in descending order.
Many thanks in advance
Solved! Go to Solution.
In the upper right of the chart, click on the ellipses and the sort icon and sort by the hours column, descending. It has to be text though.
It cannot sort the axis of a chart if the axis is numerical, it always goes ascending.
DAX is for Analysis. Power Query is for Data Modeling
Proud to be a Super User!
MCSA: BI ReportingIn the upper right of the chart, click on the ellipses and the sort icon and sort by the hours column, descending. It has to be text though.
It cannot sort the axis of a chart if the axis is numerical, it always goes ascending.
DAX is for Analysis. Power Query is for Data Modeling
Proud to be a Super User!
MCSA: BI Reporting