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

Get inspired! Check out the entries from the Power BI DataViz World Championships preliminary rounds and give kudos to your favorites. View the vizzies.

Reply
Jo_Chrq
Helper I
Helper I

Create single column table from 2 tables

Hi,

I have two tables, each one has a "Campaign name" column.

They share some campaigns but not all.

I would like to create a table with all campaigns :

 

Table 1

Campaign A
Campaign B
Campaign C

 

Table 2

Campaign A
Campaign D
Campaign F

 

Expected table :

 

Campaign A
Campaign B
Campaign C
Campaign D
Campaign F

 

Is there a way to do so?

 

Many thanks in advance

1 ACCEPTED SOLUTION
amitchandak
Super User
Super User

@Jo_Chrq , create a new table

distinct(union(distinct(Table1[Campaign ]),distinct(Table1[Campaign ])))

Full Power BI Video 20 Hours YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

View solution in original post

2 REPLIES 2
amitchandak
Super User
Super User

@Jo_Chrq , create a new table

distinct(union(distinct(Table1[Campaign ]),distinct(Table1[Campaign ])))

Full Power BI Video 20 Hours YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

GREAT ! thank you

Helpful resources

Announcements
Las Vegas 2025

Join us at the Microsoft Fabric Community Conference

March 31 - April 2, 2025, in Las Vegas, Nevada. Use code FABINSIDER for a $400 discount!

FebPBI_Carousel

Power BI Monthly Update - February 2025

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

March2025 Carousel

Fabric Community Update - March 2025

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

Top Solution Authors