Forum Discussion
nunnc01
5 years agoHelper II
Combining 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
5 years agoSuper User
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