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

Power BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.

Reply
Anonymous
Not applicable

Relation Ships

Hey @all.

 

I have 3 different Excel tables with the same column names.
Now I want to depict only as one column in Power BI.
 I Currently use the Relationship-function, but it looks like :
Forum_screen.jpg
 
There are 3 different Columns.
 
Could you help me ?

 

2 REPLIES 2
Tahreem24
Super User
Super User

Hi,

You can also use append or merge option under query editor to combine your tables.

Don't forget to give thumbs up 👍and accept it as a solution if it helped you.
Don't forget to give thumbs up and accept this as a solution if it helped you!!!

Please take a quick glance at newly created dashboards : Restaurant Management Dashboard , HR Analytics Report , Hotel Management Report, Sales Analysis Report , Fortune 500 Companies Analysis , Revenue Tracking Dashboard
az38
Community Champion
Community Champion

hi @Anonymous 

use UNION() function

like

New Table = UNION(
Table1, Table2, table3
)

https://docs.microsoft.com/en-us/dax/union-function-dax

pay attention to those notes:

  • The two tables must have the same number of columns.
  • Columns are combined by position in their respective tables.
  • The column names in the return table will match the column names in table_expression1.
  • Duplicate rows are retained.

 


do not hesitate to give a kudo to useful posts and mark solutions as solution
LinkedIn

Helpful resources

Announcements
June 2025 Power BI Update Carousel

Power BI Monthly Update - June 2025

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

May 2025 Monthly Update

Fabric Community Update - May 2025

Find out what's new and trending in the Fabric community.