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

Join us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.

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
Community Champion
Community Champion

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
Join our Fabric User Panel

Join our Fabric User Panel

This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.

June 2025 Power BI Update Carousel

Power BI Monthly Update - June 2025

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

June 2025 community update carousel

Fabric Community Update - June 2025

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