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

July 28 - August 9 | Final Round of the Power BI Dataviz World Championships. This is your chance. Learn more

Reply
Aggie68
New Member

DataFlow Gen 1 Refresh Multiple Folders

Hello!  In power bi dataflow Gen 1, I'm getting data from site 1 folder on the SPO site. It has a timer refresh. Onces that refresh is completed I would like it to refresh again but this time I need the data to come from site 2 folder on the SPO site.  How do I code it so that it automactially point to site 2 folder on the SPO site the refresh the second time?  Thanks

2 REPLIES 2
v-sathmakuri
Community Support
Community Support

Hi  @Aggie68 ,

 

Could you please review the suggestion provided above and let us know if you still have any further questions?

 

Thanks!!

Shai_Karmani
Super User
Super User

Dataflows Gen 1 don't support alternating the source per refresh. The query is static and always runs against whatever folder it points to.

The two common patterns are: read both folders in the same query (SharePoint.Contents at the site root, expand, then filter to keep files from both folder paths, so the dataflow loads everything on each refresh); or split into two dataflows, one per folder, and schedule them at different times, then combine them downstream in the model or in another dataflow.

If you really need alternate source per refresh you would have to change the source parameter between refreshes via the Fabric REST API, but that is operational overhead most teams avoid.

 

If this helped, a thumbs up and accepting the solution would be appreciated.

 

Best,
Shai Karmani

 

Let's connect in LinkedIn

Helpful resources

Announcements
Fabric Community Sticker Design Challenge Barcelona Carousel

Fabric Community Sticker Challenge - Barcelona 2026

If you love stickers, then you will definitely want to check out our community sticker challenge, Barcelona edition!

July Power BI Update Carousel

Power BI Monthly Update - July 2026

Check out the July 2026 Power BI update to learn about new features.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.

Top Kudoed Authors