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

Prepping for a Fabric certification exam? Join us for a live prep session with exam experts to learn how to pass the exam. 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
PBIApril_Carousel

Power BI Monthly Update - April 2025

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

Notebook Gallery Carousel1

NEW! Community Notebooks Gallery

Explore and share Fabric Notebooks to boost Power BI insights in the new community notebooks gallery.

April2025 Carousel

Fabric Community Update - April 2025

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