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

Grow your Fabric skills and prepare for the DP-600 certification exam by completing the latest Microsoft Fabric challenge.

Reply
em0840
Frequent Visitor

Help with Calendar

I have a 2 Year data which is daywise . I would like to present it weekwise but my week dont start From Monday , I want it start from Saturday and end on Friday . What is the easiest way ?

1 ACCEPTED SOLUTION
v-stephen-msft
Community Support
Community Support

Hi @em0840 ,

 

You can add three calculated columns to realise.

The first column is to get the date of Saturday.

Saturday = IF(WEEKDAY([Date],2)=6,[Date])

The second columns is to fill down the date.

FillDown = CALCULATE(LASTNONBLANK('Table'[Saturday],1),FILTER('Table',[Date]<=EARLIER('Table'[Date])))

The third column is to rank by the dates. And the result is the week numbers.

WeekNum = RANKX('Table',[FillDown],,ASC,Dense)

vstephenmsft_0-1646635752833.png

 

 

Best Regards,

Stephen Tao

 

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

View solution in original post

2 REPLIES 2
v-stephen-msft
Community Support
Community Support

Hi @em0840 ,

 

You can add three calculated columns to realise.

The first column is to get the date of Saturday.

Saturday = IF(WEEKDAY([Date],2)=6,[Date])

The second columns is to fill down the date.

FillDown = CALCULATE(LASTNONBLANK('Table'[Saturday],1),FILTER('Table',[Date]<=EARLIER('Table'[Date])))

The third column is to rank by the dates. And the result is the week numbers.

WeekNum = RANKX('Table',[FillDown],,ASC,Dense)

vstephenmsft_0-1646635752833.png

 

 

Best Regards,

Stephen Tao

 

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

amitchandak
Super User
Super User

@em0840 , Create a calendar and create a week starting from Saturday using my blog

Start From Any day of Week
https://community.powerbi.com/t5/Community-Blog/Any-Weekday-Week-Decoding-Date-and-Calendar-2-5-Powe...

 

Helpful resources

Announcements
Europe Fabric Conference

Europe’s largest Microsoft Fabric Community Conference

Join the community in Stockholm for expert Microsoft Fabric learning including a very exciting keynote from Arun Ulag, Corporate Vice President, Azure Data.

RTI Forums Carousel3

New forum boards available in Real-Time Intelligence.

Ask questions in Eventhouse and KQL, Eventstream, and Reflex.

MayPowerBICarousel1

Power BI Monthly Update - May 2024

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