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.
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.
Check out the July 2025 Power BI update to learn about new features.
User | Count |
---|---|
23 | |
9 | |
7 | |
6 | |
6 |
User | Count |
---|---|
28 | |
11 | |
11 | |
10 | |
6 |