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

The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now! Learn more

Reply
lokosrio
Helper II
Helper II

RANKX function for fiscal year-week with sorting by date

Hi,

 

I want to create an RANKX function with grouping by FYYear-Week, but also sort by date, right now I have a function:

 RANKX ( dim_calendar, dim_calendar[FYYearWeek],, ASC, DENSE )
but as you can see on the picture below it is not sorted properly, because FYYearWeek = 2022/52 is bigger than FYYearWeek = 2022/01:

lokosrio_0-1660223789749.png

 

Logically it makes sense, but I want to add sorting by date to my formula, so instead of index = 107 should be 55 and so on

 

Best regards

1 ACCEPTED SOLUTION
amitchandak
Super User
Super User

@lokosrio , for that case we create an FY year week column on the year of week start date.

 

FY Week = QUOTIENT(DATEDIFF(Minx(FILTER('Date',[FY Year]=EARLIER([FY Year])),'Date'[Start of Week]),[Date],DAY),7)+1

 

Then create = [FY year]*100 + [FY Week]

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

View solution in original post

1 REPLY 1
amitchandak
Super User
Super User

@lokosrio , for that case we create an FY year week column on the year of week start date.

 

FY Week = QUOTIENT(DATEDIFF(Minx(FILTER('Date',[FY Year]=EARLIER([FY Year])),'Date'[Start of Week]),[Date],DAY),7)+1

 

Then create = [FY year]*100 + [FY Week]

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

Helpful resources

Announcements
November Power BI Update Carousel

Power BI Monthly Update - November 2025

Check out the November 2025 Power BI update to learn about new features.

Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Kudoed Authors