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

July 7 - July 17 | Round 2 of the Power BI Dataviz World Championships. Don't miss your chance! Learn more

Reply
Raj2410
Helper I
Helper I

undefined

One table has unique value and other table has multiple dates for the unique value how to bring the multiple value to one coloumn in a new table

1 REPLY 1
EstebanSimoes
New Member

Try this:

To bring multiple values from one table to a new table in Power BI, you can use the "Merge Queries" feature. Here's how you can do it:

  1. Open Power BI Desktop and go to the "Home" tab.
  2. Click on "Combine" in the "Transform Data" group and select "Merge Queries".
  3. In the "Merge Queries" dialog box, select the table that has the unique value as the "Primary Table" and the table that has multiple dates as the "Related Table".
  4. Next, select the column in both tables that contains the unique value and ensure they are the same data type.
  5. Under the "Join Kind" option, select "Left Outer (all from first, matching from second)".
  6. Finally, select the column(s) from the related table that you want to bring into the new table and click OK.

This will create a new table with the unique value and the related dates brought together into a single column.

Helpful resources

Announcements
FabCon and SQLCon Barcelona 2026

FabCon & SQLCon – Barcelona 2026

Join us in Barcelona for FabCon and SQLCon, the Fabric, Power BI, SQL, and AI community event. Save €200 with code FABCMTY200.

60 days of Data Days Carousel

Data Days 2026

Join Data Days 2026: 60 days of free live/on-demand sessions, challenges, study groups, and certification opportunities.

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.

Top Solution Authors