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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
FlyHigh
Regular Visitor

Adding data rows to a TABEL (= merging data of two tables)

Hello, 

 

I have a table created of a query and added of some cols.

is it possible to add some rows to this table (not in the query editor) or merging two tables with the same structure to a new one ?

Im using PowerBI Desktop.

 

best regards 

Peter

1 ACCEPTED SOLUTION
v-yulgu-msft
Employee
Employee

Hi @FlyHigh,

 

To add some rows to a table, you can use UNION function to combine two tables into a single one.

 

Currently, it is not available to merge tables directly using DAX (not in the query editor). But as a workaround, we can first CROSSJOIN two tables, then use FILTER to get our desired rows.

 

Best regards,
Yuliana Gu

Community Support Team _ Yuliana Gu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

View solution in original post

1 REPLY 1
v-yulgu-msft
Employee
Employee

Hi @FlyHigh,

 

To add some rows to a table, you can use UNION function to combine two tables into a single one.

 

Currently, it is not available to merge tables directly using DAX (not in the query editor). But as a workaround, we can first CROSSJOIN two tables, then use FILTER to get our desired rows.

 

Best regards,
Yuliana Gu

Community Support Team _ Yuliana Gu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

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

April Fabric Community Update

Fabric Community Update - April 2024

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