Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
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.
Solved! Go to Solution.
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
)
Best Regards
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
)
Best Regards
Check out the July 2025 Power BI update to learn about new features.
User | Count |
---|---|
72 | |
72 | |
38 | |
31 | |
26 |
User | Count |
---|---|
95 | |
50 | |
43 | |
40 | |
35 |