Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
Line chat not display the month in sequential order link Jan,Feb, Mar…. and my Axis type is Continuous. Any suggestion please
Solved! Go to Solution.
Hi @Mar2 ,
You can check 'Show items with no data'.
Best Regards,
Stephen Tao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @Mar2 ,
You can check 'Show items with no data'.
Best Regards,
Stephen Tao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
@Mar2 , when you have column like
Month Year = FORMAT([Date],"mmm-yyyy")
you need to create a sort column, and mark that as sort column for last column
Month Year sort = FORMAT([Date],"yyyymm")
https://docs.microsoft.com/en-us/power-bi/desktop-sort-by-column
Here my Date column is in hierarchy as below , not a sepearte month column
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.