The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
Hi everyone! I currently have two related tables merged utilizing the fuzzy merge and transformation table feature. I am trying to build out a matrix that pulls data from both related tables, but not all the data is coming through. It seems as though any data that ties back to the transformation table is not carried over to the matrix. Has anyone encountered a similar issue?
Solved! Go to Solution.
Fuzzy merge is part of Power Query and does not carry over into the data model as a relationship. You cannot relate tables in DAX with fuzzy merge. So if you have data that isn't an exact match, DAX won't relate it.
If you want it in the DAX data model either:
DAX is for Analysis. Power Query is for Data Modeling
Proud to be a Super User!
MCSA: BI ReportingFuzzy merge is part of Power Query and does not carry over into the data model as a relationship. You cannot relate tables in DAX with fuzzy merge. So if you have data that isn't an exact match, DAX won't relate it.
If you want it in the DAX data model either:
DAX is for Analysis. Power Query is for Data Modeling
Proud to be a Super User!
MCSA: BI Reporting