Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredJoin us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM. Register now.
Hi Experts,
I have an issue where I have two tables:
1. is week on week total
2. calendar fact tabe
How can I join the two so that I can make visuals that based on Calendar?
The calendar table does have a column that has the same format as the #1 table & when I join the two the relationships is become * to 1
TIA for assistance as always 🙂
Solved! Go to Solution.
@jhauw74 , Assume you do not have data at date level
You can create date based on date part you have in the date
Date = datevalue(right([Week COlumn],10))
Then you can join if with calendar table having week and create WOW measures
Calendar
Any Weekday Week - Start From Any day of Week
https://community.powerbi.com/t5/Community-Blog/Any-Weekday-Week-Decoding-Date-and-Calendar-2-5-Powe...
https://medium.com/chandakamit/cheat-sheet-any-weekdays-week-start-date-just-one-variable-apart-6b2e...
Power BI — Week on Week and WTD
https://medium.com/@amitchandak.1978/power-bi-wtd-questions-time-intelligence-4-5-98c30fab69d3
https://community.powerbi.com/t5/Community-Blog/Week-Is-Not-So-Weak-WTD-Last-WTD-and-This-Week-vs-La...
https://www.youtube.com/watch?v=pnAesWxYgJ8
Time Intelligence, Part of learn Power BI https://youtu.be/cN8AO3_vmlY?t=27510
Hi,
Remove the WE from the column of both tables. Now create a Many to One relationship.
Hi @jhauw74
You can add a column with an extracted date and relate the table to the calendar table by this new column.
To get an extracted date easily you can use an option "column from example" "
Pbix is attached you can follow my steps
More information about the column from example here:
https://www.youtube.com/watch?v=UG26NKSNqoc
If this post helps, then please consider Accepting it as the solution to help the other members find it more quickly
@jhauw74 , Assume you do not have data at date level
You can create date based on date part you have in the date
Date = datevalue(right([Week COlumn],10))
Then you can join if with calendar table having week and create WOW measures
Calendar
Any Weekday Week - Start From Any day of Week
https://community.powerbi.com/t5/Community-Blog/Any-Weekday-Week-Decoding-Date-and-Calendar-2-5-Powe...
https://medium.com/chandakamit/cheat-sheet-any-weekdays-week-start-date-just-one-variable-apart-6b2e...
Power BI — Week on Week and WTD
https://medium.com/@amitchandak.1978/power-bi-wtd-questions-time-intelligence-4-5-98c30fab69d3
https://community.powerbi.com/t5/Community-Blog/Week-Is-Not-So-Weak-WTD-Last-WTD-and-This-Week-vs-La...
https://www.youtube.com/watch?v=pnAesWxYgJ8
Time Intelligence, Part of learn Power BI https://youtu.be/cN8AO3_vmlY?t=27510
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 |
|---|---|
| 75 | |
| 36 | |
| 31 | |
| 29 | |
| 26 |