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.
Hello All!
I need your help about relationship from two table.
In this table I have a similar column called TEXT_KEY (it is a concatenate of string) and I would like to create a relationship from table 1 to get data from table 2.
Is possibile to use Fuzzy function to create only relashionship?
Is there a way to create a SQL "like" relationship?
Many Thanks!
Hello! You can find below a example of data
In a report I have a pareto with column WC and column VALUE from Table 1 and pareto with column CAUSES and column VALUE from tabel 1.
I would like when I click on pareto filter the table 2 based on column used in pareto.
If a I click on the first pareto, table 2 must to be filtered on colum WC, if I click on the second pareto, table 2 must be filtered on column CAUSES.
How can I do this type of automatic filter?
Many Thanks
Hi @danilomorganti ,
Would you pls provide the sample data with pareto inside?
Best Regards,
Kelly
Did I answer your question? Mark my post as a solution!
Thank you for your answer!
What I want is, when I click on the chart of table 1 if in table 2 there are some corresponding it populates a table view.
Hi @danilomorganti ,
Can you make some screenshots as examples to make the requirement more clear?
Best Regards,
Kelly
Did I answer your question? Mark my post as a solution!
You can do a fuzzy merge in the query editor, but not on the DAX side. You could approximate it using FILTER and SEARCH, CONTAINS, LEFT, etc., if the two columns differ in a similar way.
Regards,
Pat
To learn more about Power BI, follow me on Twitter or subscribe on YouTube.
Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!
Check out the October 2025 Power BI update to learn about new features.