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

To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.

Reply
tristanweeks47
Frequent Visitor

Weekly Data Format

Hello, 

So i have had a project where they want to see sales report based on the last 8 weeks and the week to start on Monday. Managed this no issue, however i can't remove the format 00:00:00 from x axis label without it then saying previous day (Sunday), instead of Monday. Any help would be greatly appreciatted. 

tristanweeks47_0-1676021728004.png

tristanweeks47_1-1676021786280.png

 

1 ACCEPTED SOLUTION
Anonymous
Not applicable

Hi @tristanweeks47 ,

Please update the formula of calculated column [WeekStartDate] and update the date type as "Date":

WeekStartDate =
DATEADD (
    opportunity[Created On].[Date],
    -1 * WEEKDAY ( opportunity[Created On].[Date], 2 ),
    DAY
)

yingyinr_1-1676268339154.png

Best Regards

View solution in original post

1 REPLY 1
Anonymous
Not applicable

Hi @tristanweeks47 ,

Please update the formula of calculated column [WeekStartDate] and update the date type as "Date":

WeekStartDate =
DATEADD (
    opportunity[Created On].[Date],
    -1 * WEEKDAY ( opportunity[Created On].[Date], 2 ),
    DAY
)

yingyinr_1-1676268339154.png

Best Regards

Helpful resources

Announcements
September Power BI Update Carousel

Power BI Monthly Update - September 2025

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

August 2025 community update carousel

Fabric Community Update - August 2025

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

Top Kudoed Authors