Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
I want to calculate the week to date compared to last week, but on a cumulative basis, I want to compare the first day of this week with the first day of last week, and tomorrow compare first & second day of this week with first & second day of last week etc …
Solved! Go to Solution.
@eman-saad Not accounting for year changes, you could add a WEEKNUM column and WEEKDAY column and simply compare the current value with WEEKNUM - 1 and equal WEEKDAY. If you want to account for changes in year, you could use Sequential. https://community.powerbi.com/t5/Quick-Measures-Gallery/Sequential/m-p/380231#M116
Sample data would help me be more specific. All of this assumes you have a date column of some sort.
@eman-saad Not accounting for year changes, you could add a WEEKNUM column and WEEKDAY column and simply compare the current value with WEEKNUM - 1 and equal WEEKDAY. If you want to account for changes in year, you could use Sequential. https://community.powerbi.com/t5/Quick-Measures-Gallery/Sequential/m-p/380231#M116
Sample data would help me be more specific. All of this assumes you have a date column of some sort.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.
| User | Count |
|---|---|
| 6 | |
| 6 | |
| 4 | |
| 4 | |
| 4 |
| User | Count |
|---|---|
| 24 | |
| 17 | |
| 9 | |
| 7 | |
| 6 |