Supplies are limited. Contact info@espc.tech right away to save your spot before the conference sells out.
Get your discountScore big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount
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.