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

The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now! Learn more

Reply
bond2340
New Member

Using Power BI to show change/improvement over time with separate excel datasets

Hello, struggling to come up with an effective solution for the following issue.

 

I have an excel report that is is generated on a weekly basis with data on the number of calls (ie both incidents & requests), how long the call has stayed open, which team it is assigned to, which analyst it is assigned to & its current status.

Using the data, I have created visuals based on what I need to track (e.g a stacked column showing total number of aged calls split to requests and incidents based on the record type, aged calls split between periods of time open and which status they are in).

When the next report is generated, I can load this in as a separate query and change the source to show the current week.

 

However I need to show the change over time for each of these visuals, ideally show weekly changes as each report comes in for the previous month. 

Is there a way to compare the excel reports and show this change based on the visuals that I have already created? (i.e for the stacked column, the change would need to show the decrease or increase in total number of aged calls still split to requests and incidents based on the record type)

 

I have popped an example of the data generated below and some of the visuals that I have created for them.

 

Record IDRecord TypeTime Open (days)Assigned GroupAssigned ToStatus
1241583Request14Test Operations Test

 

Example.PNG

 

Thank you!

1 ACCEPTED SOLUTION

Good. Now implement the measures that calculate the snapshot-over-snapshot change.  You can do that in standard DAX (as a measure) or in the new Visual Calculations.

View solution in original post

3 REPLIES 3
lbendlin
Super User
Super User

When the next report is generated, I can load this in as a separate query and change the source to show the current week.

 

However I need to show the change over time for each of these visuals, ideally show weekly changes as each report comes in for the previous month. 

Add a snapshot date column to your source data and then append your queries. Then you can compare values across snapshots.

Hello,

         Thank you.

I have added a snapshot date column as a new column to my initial data and to the 2nd report as well, with the relevant data for each one on the day that the report is generated and have appended the queries as well.

 

However when trying to compare the values across the snapshots using the date column, it still doesnt seem to track any increase or decrease in the values as it seems to stick to the existing filters.

Good. Now implement the measures that calculate the snapshot-over-snapshot change.  You can do that in standard DAX (as a measure) or in the new Visual Calculations.

Helpful resources

Announcements
Power BI DataViz World Championships

Power BI Dataviz World Championships

The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now!

November Power BI Update Carousel

Power BI Monthly Update - November 2025

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

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.