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
Macros
Frequent Visitor

Table Merge Logic Question

Hoping that someone may have a suggestion on a table merge question that I'm running into based on how some of our billing is setup. 

 

One table lists the what each of our Invoices contain.  They can be from 1 to n rows.

Table1: InvoiceLines

UnitAmountInvoice
10$   10.00IR222
11$       5.00IR222
10$   20.00IR223
5$   50.00IR224
9$ 100.00IR224
10$   50.00IR224

 

We have a second table that lists when a specific invoice may have been sent.  One invoice may be sent between 1 and n times (such as in the case of a subscription).

Table2:InvoiceRecords

AmountInvioceDate
$     15.00IR2221/15/2019
$     20.00IR2231/20/2019
$   200.00IR2241/21/2019
$     15.00IR2221/30/2019
$   200.00IR2242/1/2019

 

I'm trying to merge the two tables to allow for additional analysis in one of our reports.  The end result of merging the two above would show every sent date with every line that was included on the invoice matched off the Invoice. 

 

MergedTable: Hopeful Result

DateInvoiceUnitAmount
1/15/2019IR22210$   10.00
1/15/2019IR222100$       5.00
1/20/2019IR22310$   20.00
1/21/2019IR2245$   50.00
1/21/2019IR2249$ 100.00
1/21/2019IR22410$   50.00
1/30/2019IR22210$   10.00
1/30/2019IR22211$       5.00
2/1/2019IR2245$   20.00
2/1/2019IR2249$   50.00
2/1/2019IR22410$ 100.00

 

I hope this makes sense.  I've tried the merge queries in the query editor but I can't figure out a way to get them to show correctly.  Thank you in advance!

1 ACCEPTED SOLUTION
HotChilli
Super User
Super User

I think you can 'Merge as new' on the Invoice.  Use Inner Join.

Expand the InvoiceRecords to bring back the Date.

Re-arrange as required.

There's a 100 in the Units of the desired tabled outcome - is that a mistake?

View solution in original post

2 REPLIES 2
HotChilli
Super User
Super User

I think you can 'Merge as new' on the Invoice.  Use Inner Join.

Expand the InvoiceRecords to bring back the Date.

Re-arrange as required.

There's a 100 in the Units of the desired tabled outcome - is that a mistake?

Thanks @HotChilli I'll give that a shot.  And yes, you are correct, the $100 was incorrect when making the sample data.  I didn't actually realize that I could expand the columns.  I think that was the key part as it was removing the columns I needed when I tried joining them.

 

I'll try that out and update.  Thanks again!

 

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.