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

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.

Reply
Jit007
Helper II
Helper II

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. 

 

1 ACCEPTED SOLUTION
christinepayton
Super User
Super User

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. 

View solution in original post

1 REPLY 1
christinepayton
Super User
Super User

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. 

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

Check out the August 2025 Power BI update to learn about new features.

August 2025 community update carousel

Fabric Community Update - August 2025

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

Top Solution Authors