Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
Hi,
I need help.!
i have a date clolum and Weeknum type as below.
the problem is when i use the column in the visual graph, the order of week is not what i want.
currenly it looks 2018 1 , 2018 11, 201812, 2018 2, . . . . 2018 9. ..
I want it to be 2018 1, 2018 2, 2018 3 , . . . . 2018 10, 2018 11, 2019 12
Is there any idea?
thank you,
CL
Solved! Go to Solution.
Hello @Anonymous
Add a column to your table like so.
WeekSort = YEAR('Calendar'[Date])*100 + WEEKNUM('Calendar'[Date],2)
Then select the [Week] column and set the Sort by column to [WeekSort]
Hello @Anonymous
Add a column to your table like so.
WeekSort = YEAR('Calendar'[Date])*100 + WEEKNUM('Calendar'[Date],2)
Then select the [Week] column and set the Sort by column to [WeekSort]
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
Check out the February 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 60 | |
| 59 | |
| 41 | |
| 18 | |
| 15 |
| User | Count |
|---|---|
| 106 | |
| 106 | |
| 40 | |
| 29 | |
| 28 |