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

Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.

Reply
Vinod_G_245
Helper I
Helper I

Sorting weeknumbers (year)

Hi Team,

 

I want to show data on weekly basis  for entire year. im not able to create sort column for Weeknumber.

Thanks in advance.sorting column.PNG 

3 REPLIES 3
Mikelytics
Resident Rockstar
Resident Rockstar

Hi @Vinod_G_245 

 

when creating your weeknumber column please use the following formula in power query.

 

"KW" & Text.PadStart(Number.ToText([WeekNumOfYear]),2,"0")

Mikelytics_0-1673535363867.png

 

then it should sort correctly.

 

Best regards
Michael
-----------------------------------------------------
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Appreciate your thumbs up!
@ me in replies or I'll lose your thread.

 

 

 

------------------------------------------------------------------
Visit my blog datenhungrig which I recently started with content about business intelligence and Power BI in German and English or follow me on LinkedIn!

Hi Mike, 

Thanks for the solution. Im facing below errors in type Conversion. Please find attachmentsError_Display.PNGError_Type.PNG

Week of year is in text format in calendar table.

@Vinod_G_245 

 

Please on top tell Power BI in the visual to sort ascending by the week and not by the value

Mikelytics_2-1673535540150.png

 

Best regards
Michael
-----------------------------------------------------
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Appreciate your thumbs up!
@ me in replies or I'll lose your thread.

 

------------------------------------------------------------------
Visit my blog datenhungrig which I recently started with content about business intelligence and Power BI in German and English or follow me on LinkedIn!

Helpful resources

Announcements
FabCon Global Hackathon Carousel

FabCon Global Hackathon

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!

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 Solution Authors