This is best Fabric, Power BI, SQL and AI community event. How do we know? The last event sold out! Save €200 with code FABCMTY200.
Register nowA new Data Days event is coming soon! This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. Don't miss out.
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 May 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 |
|---|---|
| 27 | |
| 25 | |
| 25 | |
| 21 | |
| 14 |
| User | Count |
|---|---|
| 50 | |
| 44 | |
| 20 | |
| 18 | |
| 18 |