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

Compete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.

Reply
ssk_1984
Helper I
Helper I

Expert's suggestions import data from stored procedure (live),Appended to the existing week by week

Hi All,

 i am working on weekly report creation, Every week i have show how much as in flow, closed, wip status and camparing with week by week.

 

data getting from Stored Procedure (SQL), it consuming from live production, so every weeks data wont bee avilable with the existing data, it keeps changing. Every Friday i have to load data into power bi and show current weekly and the existing weeks data as well.

 

Suggestion here, how to store or create minimum 4 weeks of data in the Power query(separately) , and consume as merging all together... is there any way to incremental refresh for every week friday

 

1 ACCEPTED SOLUTION
v-hashadapu
Community Support
Community Support

Hi @ssk_1984 , Thank you for reaching out to the Microsoft Community Forum.

Please let us know if your issue is solved. If it is, consider marking the answer that helped 'Accept as Solution', so others with similar queries can find it easily. If not, please share the details.
Thank you.

View solution in original post

3 REPLIES 3
v-hashadapu
Community Support
Community Support

Hi @ssk_1984 , Thank you for reaching out to the Microsoft Community Forum.

Please let us know if your issue is solved. If it is, consider marking the answer that helped 'Accept as Solution', so others with similar queries can find it easily. If not, please share the details.
Thank you.

v-hashadapu
Community Support
Community Support

Hi @ssk_1984 , Thank you for reaching out to the Microsoft Community Forum.

Please let us know if your issue is solved. If it is, consider marking the answer that helped 'Accept as Solution', so others with similar queries can find it easily. If not, please share the details.
Thank you.

Akash_Varuna
Super User
Super User

Hi @ssk_1984 To handle weekly Incrimental Data could you try this please 

  • Use incremental refresh in Power BI to store 4 weeks of data. Filter the stored procedure with parameters to fetch only the current week's data. Configure the refresh to retain 4 weeks and refresh only the latest week.

  • Alternatively, create a historical table in a database or Azure Storage and append weekly data via SQL jobs. Combine this historical table with the current week’s data in Power BI.

  • Use Power Query to merge historical and current weekly data.

  • Schedule a refresh every Friday in Power BI Service to automate updates.
    If this post helped please do give a kudos and accept this as a solution
    Thanks In Advance

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

Check out the August 2025 Power BI update to learn about new features.

August 2025 community update carousel

Fabric Community Update - August 2025

Find out what's new and trending in the Fabric community.

Top Solution Authors
Top Kudoed Authors