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

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.

Reply
amtrakrob
Frequent Visitor

Data sets for 10 weeks of data.

We have business analysts that move from project to project.  Some of these moves are done on a weekly basis.
So...

I have a report that refreshes Every Monday telling managers what project the BAs are assigned.  Now I've been tasked with showing a 10-week history for each BA.  I'm not sure the best way to do this, I'm looking for ideas.

Is it possible to roll the data from data set to data set each week.  So on each Monday, before updating the current data set, the current data would move to the week-old data set, the week-old data set would move to the two-week-old data set, the two-week-old data set would move to the three-week-old data set (and so on…)

Or if anyone has another idea, I'm open to it.

BTW.. The data source is an Oracle Database.  Creating another Oracle table to track this changes as already been shot down.

Thanks!

 

2 REPLIES 2
Anonymous
Not applicable

Hi @amtrakrob ,

 

It sounds like you need incremental refresh. 

Incremental refresh for datasets and real-time data in Power BI - Power BI | Microsoft Docs

Configure incremental refresh and real-time data for Power BI datasets - Power BI | Microsoft Docs

 

Best Regards,

Stephen Tao

 

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

tackytechtom
Super User
Super User

Hi @amtrakrob ,

 

I hope I understood you correctly: You would like to have a "rolling" 10 week window on your data right? How about creating a view in the Oracle database with a WHERE clause close to this:

 

WHERE Date >= DATEADD ( week, -10, GetDate() )

Alternatively, you could directly use a sql query with such a dynamic filter in Power Query.

 

Would this work? 🙂

 

/Tom
https://www.tackytech.blog/
https://www.instagram.com/tackytechtom/

 



Did I answer your question➡️ Please, mark my post as a solution ✔️

Also happily accepting Kudos 🙂

Feel free to connect with me on LinkedIn! linkedIn

#proudtobeasuperuser 

Helpful resources

Announcements
July PBI25 Carousel

Power BI Monthly Update - July 2025

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

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 community update carousel

Fabric Community Update - June 2025

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

Top Solution Authors