March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now
How can I get the X-axis like below?. I don't want to see full month name like January, February, etc.
Thanks in advance
Solved! Go to Solution.
Hi @Kunder ,
Create a year_month number column based on the month name, then select the month name column, click sort by column button, and select sort by month number.
Year_Month number = Year(Sheet2[Date])*100+MONTH(Sheet2[Date])
Best Regards,
Liang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @Kunder ,
Create a year_month number column based on the month name, then select the month name column, click sort by column button, and select sort by month number.
Year_Month number = Year(Sheet2[Date])*100+MONTH(Sheet2[Date])
Best Regards,
Liang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
@Kunder Create a new column like:
Column = LEFT('Table'[Month Name],3)
@Greg_Deckler - I can do that but data doesn't display in sorted order.. Eg: Jan, Feb, Mar, etc.
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.
User | Count |
---|---|
127 | |
82 | |
69 | |
53 | |
44 |
User | Count |
---|---|
204 | |
105 | |
99 | |
64 | |
54 |