Forum Discussion
nunnc01
Helper II
5 years agoCombining data in Power query
Hi, I have a table in Power Query that has a Unique ID and a month end date. Each ID can have multiple rows, each with a different month end date similar to this: Unique ID Month End ID 1...
- 5 years ago
Hi nunnc01
I'd create a new column in Table2 with the month end date for the month in Start Date.
You can then merge the tables on the ID and Month End Columns
Giving this
Regards
Phil
PhilipTreacy
Super User
5 years agoHi nunnc01
I'd create a new column in Table2 with the month end date for the month in Start Date.
You can then merge the tables on the ID and Month End Columns
Giving this
Regards
Phil