Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

The 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

Reply
Joak
Frequent Visitor

Filter report with multiple tables

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.. 

 

2 ACCEPTED SOLUTIONS
bullius
Helper V
Helper V

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. 

View solution in original post

Greg_Deckler
Community Champion
Community Champion

Create a third table of unique client id's and relate it to both tables.



Follow on LinkedIn
@ me in replies or I'll lose your thread!!!
Instead of a Kudo, please vote for this idea
Become an expert!: Enterprise DNA
External Tools: MSHGQM
YouTube Channel!: Microsoft Hates Greg
Latest book!:
DAX For Humans

DAX is easy, CALCULATE makes DAX hard...

View solution in original post

3 REPLIES 3
Greg_Deckler
Community Champion
Community Champion

Create a third table of unique client id's and relate it to both tables.



Follow on LinkedIn
@ me in replies or I'll lose your thread!!!
Instead of a Kudo, please vote for this idea
Become an expert!: Enterprise DNA
External Tools: MSHGQM
YouTube Channel!: Microsoft Hates Greg
Latest book!:
DAX For Humans

DAX is easy, CALCULATE makes DAX hard...

thank you both it works 🙂 

bullius
Helper V
Helper V

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. 

Helpful resources

Announcements
New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.

Join our Fabric User Panel

Join our Fabric User Panel

Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.

March Power BI Update Carousel

Power BI Community Update - March 2026

Check out the March 2026 Power BI update to learn about new features.