Forum Discussion

Jit007's avatar
Jit007
Icon for Helper II rankHelper II
2 years ago
Solved

How to Join two sharepoint list to get historical data

I have two different sharepoint sources & looking for help to join those so i can get historical month wise data in single chart-content are same in both the tables. 

Please suggest how to achive this. 

 

  • If the fields are the same, you can use the "append query" in Power Query to combine them. It will tack the content from one onto the other. If you need to identify which is coming from which source, you can add a custom column before the append step to both with a label in double quotes (e.g. "Source 1" and "Source 2") - if you use the same custom column name for both they will combine the same way. 

1 Reply

  • christinepayton's avatar
    christinepayton
    Icon for Most Valuable Professional rankMost Valuable Professional

    If the fields are the same, you can use the "append query" in Power Query to combine them. It will tack the content from one onto the other. If you need to identify which is coming from which source, you can add a custom column before the append step to both with a label in double quotes (e.g. "Source 1" and "Source 2") - if you use the same custom column name for both they will combine the same way.