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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now

Reply
ri2sina
Helper I
Helper I

Each value=[Table] after merging and expanding 2 tables

Hi!
Need a help!

I have 2 tables.
The first one consists the titles of the sites by it's ids.
The second have some values for each site_id.
I need to know the site titles in the second table.
For this I mergedthe first table to the second by the column "site_id".
After that I expanded the column site_title.
And I got "[Table]" instead of each site_title value.


Thanx for any suggestion!

1 ACCEPTED SOLUTION

@AnonymousThe problem is resolved.
The main problem was that in expanding window the column names were duplicated.
At first there were only column titles, then there were column titles with table prefix.

If I choose the second titles with table prefix, it won't expand, if first - everything is ok.

Thank you for trying to help!

View solution in original post

5 REPLIES 5
Anonymous
Not applicable

Hi @ri2sina

Could you please share the sample data in your two tables? And how do you perform the merge process? After you merge the first table to the second table, you would get the result as below in Query Editor.
1.PNG

Then please click the arrow button on the upper right corner as shown in the following screenshot and only select the title field.
2.PNG

This way, check that if you get the expected result as follows.
3.PNG


Thanks,
Lydia Zhang

ankitpatira
Community Champion
Community Champion

@ri2sina Instead of doing that ensure there is active relationship between two table ie from table1 siteid to table2 siteid. Then for table2 create calculated column using below,

 

table2NewCol = Related(table1[titleColumn])

@ankitpatira this funsction doesn't work((
I wrote the same like =Related('table name'[title])

@AnonymousThe problem is resolved.
The main problem was that in expanding window the column names were duplicated.
At first there were only column titles, then there were column titles with table prefix.

If I choose the second titles with table prefix, it won't expand, if first - everything is ok.

Thank you for trying to help!

Helpful resources

Announcements
November Power BI Update Carousel

Power BI Monthly Update - November 2025

Check out the November 2025 Power BI update to learn about new features.

Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors