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

July 7 - July 17 | Round 2 of the Power BI Dataviz World Championships. Don't miss your chance! Learn more

Reply
amirzoyan
Regular Visitor

TimeStamp - Help

Hi, 

 

Have a bit of a problem that I am trying to solve and can't figure it out.

Here is the problem:

  • Trying to measure # of late tasks each month to illustrate incramental improvement (this data is being pulled from MS Projects)
  • Right now, this percentage obviously changes each time data is refreshed, so I lose any historical %
  • I was hoping for some guidance on how to essentially timestamp % of late tasks each month regardless of the daily refresh.

 

Hope this makes sense but can share more. 

1 ACCEPTED SOLUTION
Greg_Deckler
Community Champion
Community Champion

@amirzoyan Right, so with Premium I believe you could use Goals to get snapshots at points in time. Otherwise, you would have to import the data for each month in a query that you disable reload and append all the tables together essentially. Doable but not pretty or elegant. Problem is that it doesn't sound like your source system is preserving historical information like, say, a slowly changing dimension. So you are going to have to preserve that historical information somehow in some other system. I would spin up an Azure SQL database and create an Azure Data Factory job to periodically import the data, you timestamp it at the time of the import and you just keep appending rows.



Follow on LinkedIn
@ me in replies or I'll lose your thread!!!
Instead of a Kudo, please vote for this idea
Become an expert!: Enterprise DNA
External Tools: MSHGQM
YouTube Channel!: Microsoft Hates Greg
Latest book!:
DAX For Humans

DAX is easy, CALCULATE makes DAX hard...

View solution in original post

1 REPLY 1
Greg_Deckler
Community Champion
Community Champion

@amirzoyan Right, so with Premium I believe you could use Goals to get snapshots at points in time. Otherwise, you would have to import the data for each month in a query that you disable reload and append all the tables together essentially. Doable but not pretty or elegant. Problem is that it doesn't sound like your source system is preserving historical information like, say, a slowly changing dimension. So you are going to have to preserve that historical information somehow in some other system. I would spin up an Azure SQL database and create an Azure Data Factory job to periodically import the data, you timestamp it at the time of the import and you just keep appending rows.



Follow on LinkedIn
@ me in replies or I'll lose your thread!!!
Instead of a Kudo, please vote for this idea
Become an expert!: Enterprise DNA
External Tools: MSHGQM
YouTube Channel!: Microsoft Hates Greg
Latest book!:
DAX For Humans

DAX is easy, CALCULATE makes DAX hard...

Helpful resources

Announcements
FabCon and SQLCon Barcelona 2026

FabCon & SQLCon – Barcelona 2026

Join us in Barcelona for FabCon and SQLCon, the Fabric, Power BI, SQL, and AI community event. Save €200 with code FABCMTY200.

60 days of Data Days Carousel

Data Days 2026

Join Data Days 2026: 60 days of free live/on-demand sessions, challenges, study groups, and certification opportunities.

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 Solution Authors