Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
Delion
Helper IV
Helper IV

Index based on other column

Delion_0-1642998261418.png

 

Hi, I want to create index based on column Week and use this column for sort in Bar chart

 

Many thank

 

1 ACCEPTED SOLUTION

@Delion , 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)

View solution in original post

5 REPLIES 5
VahidDM
Super User
Super User

Hi @Delion 

 

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/

 

 

ALLUREAN
Solution Sage
Solution Sage

Hi, @Delion 

Do you use calendar date table or this is the data structure?




Did I answer your question? Mark my post as a solution!


https://allure-analytics.com/
https://www.youtube.com/channel/UCndD_QZVNB_JWYLEmP6KrpA
https://www.linkedin.com/company/77757292/

Proud to be a Super User!




Data structure

Please check this example in that case:

Weeks are ordered by 1-53

https://www.dropbox.com/s/xf3ttggw31a6w5h/Index%20based%20on%20other%20column%20%28allure-analytics....

 

Did I answer your question? Please Like and Mark my post as a solution if it solves your issue. Thanks.

Appreciate your Kudos !!!

https://allure-analytics.com/

https://www.youtube.com/channel/UCndD_QZVNB_JWYLEmP6KrpA

https://www.linkedin.com/company/77757292/




Did I answer your question? Mark my post as a solution!


https://allure-analytics.com/
https://www.youtube.com/channel/UCndD_QZVNB_JWYLEmP6KrpA
https://www.linkedin.com/company/77757292/

Proud to be a Super User!




@Delion , 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)

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.