Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
Report Week is always Monday. Its working fine till year end.
But for 31st Dec 2024 (As it is Tuesday), it should added to the next Monday i.e. 6th Jan 2025 instead of creating Week 54.
Solved! Go to Solution.
Hi @Priya_Kulkarni ,
Correct me if I'm misunderstanding.
ReportWeek =
VAR _monday = WEEKDAY([Date], 2)
RETURN
IF(_monday = 1, [Date],[Date] + 8 -_monday)
Best Regards
Hi @Priya_Kulkarni ,
Correct me if I'm misunderstanding.
ReportWeek =
VAR _monday = WEEKDAY([Date], 2)
RETURN
IF(_monday = 1, [Date],[Date] + 8 -_monday)
Best Regards
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
Check out the February 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 62 | |
| 54 | |
| 40 | |
| 17 | |
| 15 |
| User | Count |
|---|---|
| 96 | |
| 83 | |
| 36 | |
| 30 | |
| 25 |