The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
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.