Get certified for free when you join Fabric Data Days 2026 and dive into Fabric, Power BI, SQL, AI, and other essential data skills.
Join nowJuly 28 - August 9 | Final Round of the Power BI Dataviz World Championships. This is your chance. Learn more
Hi All,
I'm trying to create a simple line chart with a customized date format using as the X-axis.
Date type: Dec 1- Th, Dec 2-Fr, ....., Jan 31-Tu, Feb 1-We, Feb 2-Th likewise up to current date.
I was able to create the date format by merging the relevant columns. But the issue I'm facing is how to sort them correctly.
Hope someone can give me guidance on that.
Thanks!
Solved! Go to Solution.
hi @user_dil
you can get the column with one step, like:
Column = FORMAT([Date], "mmm-dd") &"-"& LEFT( FORMAT( [Date],"ddd"), 2)
to sort a visual, you can still pull the original [date] column to the tooltip of the visual and use the [Date] column to sort the axis.
hi @user_dil
you can get the column with one step, like:
Column = FORMAT([Date], "mmm-dd") &"-"& LEFT( FORMAT( [Date],"ddd"), 2)
to sort a visual, you can still pull the original [date] column to the tooltip of the visual and use the [Date] column to sort the axis.
Hi @user_dil ,
Does the table that has this calculated column have an actual dates column? If so you can create a calculated column to sort the custom date format by
=( 'Table'[Date], "mmdd" )
If you love stickers, then you will definitely want to check out our community sticker challenge, Barcelona edition!
Check out the July 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 28 | |
| 28 | |
| 19 | |
| 19 | |
| 19 |
| User | Count |
|---|---|
| 36 | |
| 27 | |
| 18 | |
| 17 | |
| 17 |