Don't miss your chance to take the Fabric Data Engineer (DP-700) exam on us!
Learn moreThe FabCon + SQLCon recap series starts April 14th at 8am Pacific. If you’re tracking where AI is going inside Fabric, this first session is a can't miss. Register now
Hello everyone,
I have a problem on establishing a relation between two tables. I have understood how to link two tables with unique values, but here I want to link two table only to be able to apply a filter on the whole report.
This will explain better the issue :
I have table A with 10 columns (number of client, 10 distincts numbers)(type of client, 2 distinct numbers)(etc.. etc..)
And table B with 10 columns (number of client, 10 distinct numbers)(type of client, 2 distinct numbers)(etc.. etc..)
I have visuals which come from both tables, and I'd like to be able to filter data in the visuals from the different types of clients (1st type or 2nd type)
How could I succeed in doing that ? Knowing that both tables contains like three thousand lines each, so I can't have link those as I don't have unique values.
Thanks already, I feel like the problem is easy but I can't find the path..
Solved! Go to Solution.
Hi @Joak,
Are the Client Types the same in both tables?
If so, try this:
Create a new table using the SUMMARIZE function, e.g.
SUMMARIZE (
Table A,
[ClientType]
)This will give you a table with unique values for ClientType, which you can use to filter both original tables.
This is a brief description, let me know if you have difficulties.
Create a third table of unique client id's and relate it to both tables.
Create a third table of unique client id's and relate it to both tables.
thank you both it works 🙂
Hi @Joak,
Are the Client Types the same in both tables?
If so, try this:
Create a new table using the SUMMARIZE function, e.g.
SUMMARIZE (
Table A,
[ClientType]
)This will give you a table with unique values for ClientType, which you can use to filter both original tables.
This is a brief description, let me know if you have difficulties.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
| User | Count |
|---|---|
| 53 | |
| 40 | |
| 38 | |
| 19 | |
| 18 |
| User | Count |
|---|---|
| 70 | |
| 69 | |
| 34 | |
| 33 | |
| 30 |