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.
Error:
When relating tables by ID and index in Power BI, a matching error occurs, causing data with different indexes to match while data with the same indexes fail to match.
Inquiry:
How can this problem be resolved? If possible, please provide me with step-by-step instructions.
Solved! Go to Solution.
Hi @Anonymous It might be due to mismatched data types or inconsistencies in the columns used for the relationship.
Could you please try these for solving
Match Data Types: Ensure both columns (ID and Index) have the same data type in Power Query.
Trim and Clean Data: Remove extra spaces using "Trim" or Text.Trim().
Check for Duplicates: Remove duplicates in both tables if necessary.
Recreate Index: Ensure index columns are correctly aligned and unique.
After these please recreate and test the relationship in Power BI.
Hi @Anonymous,
Thank you for reaching out to Microsoft Fabric Community.
Thank you @Akash_Varuna for the prompt response.
As we haven’t heard back from you, we wanted to kindly follow up to check if the solution provided by the super user resolved your issue.
If our super user response resolved your issue, please mark it as "Accept as solution" and click "Yes" if you found it helpful.
Thanks and regards,
Anjan Kumar Chippa
Hi @changzhe,
We wanted to kindly follow up to check if the solution provided by the super user resolved your issue.
If our super user response resolved your issue, please mark it as "Accept as solution" and click "Yes" if you found it helpful.
Thanks and regards,
Anjan Kumar Chippa
Hi @changzhe,
As we haven’t heard back from you, we wanted to kindly follow up to check if the solution provided by the super user resolved your issue.
If our super user response resolved your issue, please mark it as "Accept as solution" and click "Yes" if you found it helpful.
Thanks and regards,
Anjan Kumar Chippa
Hi @Anonymous It might be due to mismatched data types or inconsistencies in the columns used for the relationship.
Could you please try these for solving
Match Data Types: Ensure both columns (ID and Index) have the same data type in Power Query.
Trim and Clean Data: Remove extra spaces using "Trim" or Text.Trim().
Check for Duplicates: Remove duplicates in both tables if necessary.
Recreate Index: Ensure index columns are correctly aligned and unique.
After these please recreate and test the relationship in Power BI.