Microsoft Fabric Community Conference 2025, March 31 - April 2, Las Vegas, Nevada. Use code FABINSIDER for a $400 discount.
Register nowGet inspired! Check out the entries from the Power BI DataViz World Championships preliminary rounds and give kudos to your favorites. View the vizzies.
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
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code FABINSIDER for a $400 discount!
Check out the February 2025 Power BI update to learn about new features.
User | Count |
---|---|
84 | |
69 | |
66 | |
51 | |
32 |
User | Count |
---|---|
116 | |
99 | |
75 | |
65 | |
40 |