This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. We're covering it all. You won't want to miss it.
Learn moreDid you hear? There's a new SQL AI Developer certification (DP-800). Start preparing now and be one of the first to get certified. Register now
I have a bar graph in my PowerBI which I where I want the data sorted by week number. I have a calander table which allows me to do this but the data lables on the x-axis read 1,2,3 etc and I want them to say 1st Jan, 7th Jan, 14th Jan etc.
Do do I edit this so they have the date of the start of the week not the week number.
Solved! Go to Solution.
Copying DAX from this post? Click here for a hack to quickly replace it with your own table names
Has this post solved your problem? Please Accept as Solution so that others can find it quickly and to let the community know your problem has been solved.
If you found this post helpful, please give Kudos C
I work as a Microsoft trainer and consultant, specialising in Power BI and Power Query.
www.excelwithallison.com
@Anonymous , You create sort column
one of the two depends on do you have year no in week text
Week Start date = 'Date'[Date]+-1*WEEKDAY('Date'[Date],2)+1//Week start from Monday
Week Number = WEEKNUM([Date],2) //Week start from Monday
Mark this a sort column : https://docs.microsoft.com/en-us/power-bi/desktop-sort-by-column
for Week calendar
Copying DAX from this post? Click here for a hack to quickly replace it with your own table names
Has this post solved your problem? Please Accept as Solution so that others can find it quickly and to let the community know your problem has been solved.
If you found this post helpful, please give Kudos C
I work as a Microsoft trainer and consultant, specialising in Power BI and Power Query.
www.excelwithallison.com
Check out the April 2026 Power BI update to learn about new features.
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
| User | Count |
|---|---|
| 36 | |
| 33 | |
| 31 | |
| 21 | |
| 16 |
| User | Count |
|---|---|
| 66 | |
| 55 | |
| 31 | |
| 24 | |
| 23 |