Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Is there a way I can merge multiple sharepoint list into one common list wherein the updates that I do gets reflected everywhere,
Solved! Go to Solution.
You can append individual queries to do that, but if you have multiple lists with the same structure on different sites, you can create a table that has 3 columns - the tentant url, site name, and list name, and pass those into a custom column in which you invoke the function share in this article/video. You can then expand that column of "Table"s to get your combined data.
Get Data From SharePoint Lists … But Fast – Hoosier BI
Pat
To learn more about Power BI, follow me on Twitter or subscribe on YouTube.
You can append individual queries to do that, but if you have multiple lists with the same structure on different sites, you can create a table that has 3 columns - the tentant url, site name, and list name, and pass those into a custom column in which you invoke the function share in this article/video. You can then expand that column of "Table"s to get your combined data.
Get Data From SharePoint Lists … But Fast – Hoosier BI
Pat
To learn more about Power BI, follow me on Twitter or subscribe on YouTube.
@vjeshwar An Append query?