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

Next up in the FabCon + SQLCon recap series: The roadmap for Microsoft SQL and Maximizing Developer experiences in Fabric. All sessions are available on-demand after the live show. Register now

Reply
andi2333
Helper I
Helper I

Transactional data progress over time

Hello,

I would like to understand how I can best save data from a transactional report over time to build a progression report out of this data.

In more detail:

I get a report on a daily basis which shows me how many orders are shipped, invoiced etc. This data obviously changes day by day as orders change from e.g. "not shipped" to "shipped" and from "not invoiced" to "invoiced".

Apart from showing absolute numbers in a PowerBI dashboard (e.g. "number of invoice pending orders"), I also want to show a daily progression, e.g. "orders invoiced since yesterday". With this bit, I am struggling on how to set this up in PBI or PowerQuery. 

 

 

I have to say that I am PBI beginner and there might be an obvious solution to this challenge....happy to learn anyhow and I appreciate any kind of support. 

 

Thanks!

1 ACCEPTED SOLUTION
Anonymous
Not applicable

Hi, @andi2333 

 

You can use Power Query to import daily reports. If the reports are in folders, Power BI can automatically merge them into a single dataset. Make sure that each report has a date column to determine when the data was reported. If not, you may need to add it manually or infer it from the file metadata. You can check out the following links:

 

Power Query Folder connector - Power Query | Microsoft Learn

 

How to Store Historical Data in Power BI - Zebra BI

 

Power query: how to merge daily data with historical without creating - Microsoft Community

 

You can create calculated columns for daily progress, and once you have a combined dataset, you can create calculated columns in Power Query or DAX to identify daily changes. For example, to track "Orders invoiced since yesterday", you can create a calculated column that compares the invoice status of orders for two consecutive days.

 

To ensure that your dashboard reflects the most up-to-date data, set up a scheduled refresh in Power BI. This will automatically update the dataset and visuals based on new reports received each day.

 

Configure scheduled refresh - Power BI | Microsoft Learn

 

How to Get Your Question Answered Quickly 

Best Regards

Yongkang Hua

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

View solution in original post

1 REPLY 1
Anonymous
Not applicable

Hi, @andi2333 

 

You can use Power Query to import daily reports. If the reports are in folders, Power BI can automatically merge them into a single dataset. Make sure that each report has a date column to determine when the data was reported. If not, you may need to add it manually or infer it from the file metadata. You can check out the following links:

 

Power Query Folder connector - Power Query | Microsoft Learn

 

How to Store Historical Data in Power BI - Zebra BI

 

Power query: how to merge daily data with historical without creating - Microsoft Community

 

You can create calculated columns for daily progress, and once you have a combined dataset, you can create calculated columns in Power Query or DAX to identify daily changes. For example, to track "Orders invoiced since yesterday", you can create a calculated column that compares the invoice status of orders for two consecutive days.

 

To ensure that your dashboard reflects the most up-to-date data, set up a scheduled refresh in Power BI. This will automatically update the dataset and visuals based on new reports received each day.

 

Configure scheduled refresh - Power BI | Microsoft Learn

 

How to Get Your Question Answered Quickly 

Best Regards

Yongkang Hua

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

Helpful resources

Announcements
April Power BI Update Carousel

Power BI Monthly Update - April 2026

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

New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

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.

FabCon and SQLCon Highlights Carousel

FabCon &SQLCon Highlights

Experience the highlights from FabCon & SQLCon, available live and on-demand starting April 14th.