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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

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
v-stephen-msft
Community Support
Community Support

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
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

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

Top Solution Authors
Top Kudoed Authors