Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
Hi
I have report live in power bi. where as the data source is an excel file from sharepoint folder.Every Month we use to get data from 7 regions (US, UK,IND etc..) which are directly uploaded to sharepoint by them.we do some changes and consolidate into one excel file.here issue is excel file is getting large every month. So planning to do in two methods which is better and feasable.
Method 1.To split the file into regions and feed to power bi.( In initila developnet we know how to combine two files. but here the live file need to split and combine once again.
Method 2 : Is it possible to add multiple files from multiple folders(region) from sharepoint. Due to security and privacy each region have access to their own folder.
Can this be automated .
All above is chage for live reports.
Need help or any trips and tricks. Thanks in advance.
Solved! Go to Solution.
Hi Varshi,
I have a similar scenario, i have different application teams which load their data into a specific folder in the sharepoint. These are then loaded into power bi.
Here is my Folder Structure (RootFolder ->AppFolder1,AppFolder2,AppFolder3 --> 1 excel Under each AppFolder ->aaa_20190525.xlsx)
You can achieve this by combining all the files under RootFolder :
= Table.SelectRows(Source, each Text.Contains([Folder Path], "https://xyz.sharepoint.com/teams/MyTeam//Review Reports/PowerBI - DataSource/")),
Hi Varshi,
I have a similar scenario, i have different application teams which load their data into a specific folder in the sharepoint. These are then loaded into power bi.
Here is my Folder Structure (RootFolder ->AppFolder1,AppFolder2,AppFolder3 --> 1 excel Under each AppFolder ->aaa_20190525.xlsx)
You can achieve this by combining all the files under RootFolder :
= Table.SelectRows(Source, each Text.Contains([Folder Path], "https://xyz.sharepoint.com/teams/MyTeam//Review Reports/PowerBI - DataSource/")),
Thank You Nishanth.
Hope this worked, can you mark this as the solution and give your feedback with Kudos! This will help others as well
Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!
Check out the October 2025 Power BI update to learn about new features.