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
Hello all!
For months, I have been using this awesome DAX generated date table created by Macro Russo [ @marcorusso ] and the team over at SQL BI. The only thing I think it lacks is a [Calendar StartOfWeek] column. Can anyone advise me how I would add a [Calendar StartOfWeek] column to this date table?
For example, the date 10/30/2019 needs to have a [Calendar StartOfWeek] value of 10/27/2019.
You can find the Date Table template here: https://www.sqlbi.com/tools/dax-date-template/
Solved! Go to Solution.
@Keith3618
Please try creating calculated column as per below code
Column = CALCULATE(MIN('Date'[Date]),ALLEXCEPT('Date','Date'[Calendar Week Year]))
@Keith3618
Please try creating calculated column as per below code
Column = CALCULATE(MIN('Date'[Date]),ALLEXCEPT('Date','Date'[Calendar Week Year]))
Awesome! This works great. I appreciate your help!
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 |
|---|---|
| 8 | |
| 6 | |
| 6 | |
| 5 | |
| 4 |
| User | Count |
|---|---|
| 25 | |
| 15 | |
| 8 | |
| 8 | |
| 8 |