Get certified for free when you join Fabric Data Days 2026 and dive into Fabric, Power BI, SQL, AI, and other essential data skills.
Join nowJuly 7 - July 17 | Round 2 of the Power BI Dataviz World Championships. Don't miss your chance! Learn more
Hi
I have 2 tables with a week ending date, of type date, I am trying to merge but get this error
Both fields are of
- type date and clean
- column quality of both is 100%
I have tried
- duplicating the Dates table and merging but get the same error
- used Date.From([WeekEnding]) from the WeeklyExchangeRates table and merging but get the same error
However interestingly the tables will merge on the Dates[Date] column but shouldn't I be able to merge a 'many to many' field with a 'many to many' field???
I would appreciate any suggestions. Thanks
Solved! Go to Solution.
It is merging, it is just saying that no dates in the 27 records of the first table exist in the second table. Have you validated that records exist to match?
Also, can you confirm the culture is the same? For example. in the first table, those could be June 11 or Nov 6, depending on the culture, and that won't match as expected. Make sure they are set tot he same. You can do that by forcing the culture when you change the data type.
DAX is for Analysis. Power Query is for Data Modeling
Proud to be a Super User!
MCSA: BI ReportingIt is merging, it is just saying that no dates in the 27 records of the first table exist in the second table. Have you validated that records exist to match?
Also, can you confirm the culture is the same? For example. in the first table, those could be June 11 or Nov 6, depending on the culture, and that won't match as expected. Make sure they are set tot he same. You can do that by forcing the culture when you change the data type.
DAX is for Analysis. Power Query is for Data Modeling
Proud to be a Super User!
MCSA: BI ReportingJoin us in Barcelona for FabCon and SQLCon, the Fabric, Power BI, SQL, and AI community event. Save €200 with code FABCMTY200.
Join Data Days 2026: 60 days of free live/on-demand sessions, challenges, study groups, and certification opportunities.