Starting December 3, join live sessions with database experts and the Microsoft product team to learn just how easy it is to get started
Learn moreGet certified in Microsoft Fabric—for free! For a limited time, get a free DP-600 exam voucher to use by the end of 2024. Register now
Hi all!
I have a huge transactional table that contains a year-week column.
This column is based on a fiscal calendar and the 445 approach.
To get a 1:n realtion between all tables, I need a date. Here I always use the Monday (start of the week).
My question is now, what is better?
What would you preffer and what would be the approach / function itself?
Best regards
Joshua
Hello Joshua
I would create a date table:
Use this code to create the Date-column
week. Normally you can create with this column the relationship to your transactional table.
PS: Year-Week = YEAR(Dates[date]) && WEEKNUM(dates[date],1).
Hi thanks, but this was not my question.
Starting December 3, join live sessions with database experts and the Fabric product team to learn just how easy it is to get started.
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early Bird pricing ends December 9th.
User | Count |
---|---|
94 | |
92 | |
83 | |
71 | |
49 |
User | Count |
---|---|
143 | |
120 | |
110 | |
59 | |
57 |