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
Hi, I want to create index based on column Week and use this column for sort in Bar chart
Many thank
Solved! Go to Solution.
@Anonymous , if you have date this needs to be created based on date
new columns
Week Start date = 'Date'[Date]+-1*WEEKDAY('Date'[Date],2)+1
Week Rank = RANKX(all('Date'),'Date'[Week Start date],,ASC,Dense)
Hi @Anonymous
You can add a new column to your table to show the YYYY number + Week number like this:
202101
202102
.
.
.
202153
202201
202202
then use that to create a RANK column.
If this post helps, please consider accepting it as the solution to help the other members find it more quickly.
Appreciate your Kudos!!
LinkedIn: www.linkedin.com/in/vahid-dm/
Hi, @Anonymous
Do you use calendar date table or this is the data structure?
Proud to be a Super User!
Data structure
Please check this example in that case:
Weeks are ordered by 1-53
Did I answer your question? Please Like and Mark my post as a solution if it solves your issue. Thanks.
Appreciate your Kudos !!!
https://www.youtube.com/channel/UCndD_QZVNB_JWYLEmP6KrpA
https://www.linkedin.com/company/77757292/
Proud to be a Super User!
@Anonymous , if you have date this needs to be created based on date
new columns
Week Start date = 'Date'[Date]+-1*WEEKDAY('Date'[Date],2)+1
Week Rank = RANKX(all('Date'),'Date'[Week Start date],,ASC,Dense)
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
| User | Count |
|---|---|
| 97 | |
| 76 | |
| 52 | |
| 51 | |
| 46 |