To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount 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.
User | Count |
---|---|
14 | |
11 | |
6 | |
6 | |
5 |
User | Count |
---|---|
29 | |
17 | |
11 | |
7 | |
5 |