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

We've captured the moments from FabCon & SQLCon that everyone is talking about, and we are bringing them to the community, live and on-demand. Starts on April 14th. Register now

Reply
mousumimandal
Regular Visitor

Multiple table relationship

Hi,
I have a common excel like below

mousumimandal_0-1711729762477.png

I tried to concatenate with 2 other tables having same columns

mousumimandal_4-1711730527626.png

I have tried with all relationship types but not getting what I need

mousumimandal_1-1711729982717.png

Output

mousumimandal_3-1711730203539.png

There are 2 columns showing for each table as highlighted but I want as single column so that there wont be any blank. Is it possible? Thanks in advance

1 ACCEPTED SOLUTION
Anonymous
Not applicable

Hi @mousumimandal ,

 

According to your description, here are my steps you can follow as a solution.

(1) This is my test data.  

vtangjiemsft_0-1712107827918.pngvtangjiemsft_1-1712107857956.png

(2) We can create a SLA table.

SLA Table = UNION(DISTINCT('calculated table'[Value]),DISTINCT('Table'[SLA]))

(3) Then the result is as follows.

vtangjiemsft_2-1712107904259.pngvtangjiemsft_3-1712107942482.png

Best Regards,

Neeko Tang

If this post  helps, then please consider Accept it as the solution  to help the other members find it more quickly. 

View solution in original post

6 REPLIES 6
Anonymous
Not applicable

Hi @mousumimandal ,

 

You can create a Dim SLA table where the SLA column contains all of the SLAs, and then use this table as a 1-terminal table to establish a 1-to-many modeling relationship with the other three tables, and then place the fields from the Dim SLA table on the visual object.

 

If the above one can't help you get the desired result, please provide some sample data in your tables (exclude sensitive data) with Text format and your expected result with backend logic and special examples. It is better if you can share a simplified pbix file. Thank you.

 

Best Regards,

Neeko Tang

If this post  helps, then please consider Accept it as the solution  to help the other members find it more quickly. 

We are unable to put all SLAs in a single table as one table is calculated table from PBI. so there is no edit query option for that. Not sure how to append data with another SLA table data

 

Anonymous
Not applicable

Hi @mousumimandal ,

 

According to your description, here are my steps you can follow as a solution.

(1) This is my test data.  

vtangjiemsft_0-1712107827918.pngvtangjiemsft_1-1712107857956.png

(2) We can create a SLA table.

SLA Table = UNION(DISTINCT('calculated table'[Value]),DISTINCT('Table'[SLA]))

(3) Then the result is as follows.

vtangjiemsft_2-1712107904259.pngvtangjiemsft_3-1712107942482.png

Best Regards,

Neeko Tang

If this post  helps, then please consider Accept it as the solution  to help the other members find it more quickly. 

It worked. I am able to get all 3 columns in a single table. So the duplicate columns issue gone from the output table. Thank you so much !!!

mousumimandal
Regular Visitor

Still same

mousumimandal_0-1711901212532.png

 

Alex_Sawdo
Resolver II
Resolver II

The column headers have to all be the same, and it looks like the two highlighted columns are "SLA%" and "SLA %" with the second having an extra space compared to the first. If you remove the space by renaming the column in Power Query, that should fix the issue. 

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.