Supplies are limited. Contact info@espc.tech right away to save your spot before the conference sells out.
Get your discountScore big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount
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.
Solved! Go to Solution.
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.
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.