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

Power BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.

Reply
beanandrew18
Frequent Visitor

Aggregate Daily Refresh Data/Measures

Hello,

 

I have a data set that refreshes every day to provide me with the stock value of different items in inventory. It breaks these down line by line based on the item. 

 

I am trying to get a sum of the total value of all the inventory, and show how that value changes over time. However, the data set refreshes to only show the value on the date/time it was refreshed. 

 

How can I store the total value of the inventory every day, so that I can show that trend in a graph? My data set includes a column that shows the date/time that the data refreshed. My thought process was to figure out how store the total inventory value based on the date in that column. Not sure if that is the best way to do this but open to ideas. See the attached picture. Thanks!

 

beanandrew18_0-1724850767413.png

 

1 REPLY 1
Anonymous
Not applicable

Hi @beanandrew18,

 

Based on your requirements, we suggest you create a measure first to calculate the the total value of all the inventory:

 

DailySumBookValue= SUM('Table'[BOOK_VALUE])

 

Then you need to create a new table to store the total and date in it for further analysis.

 

Consider using the PowerAutomate for Power BI visual or scheduled cloud flow to get measure from power bi then insert data to your new table.

 

Then add the new table as source to your existing report, use the line chart to display the trend based on date and total value.

 

Best regards,

Joyce

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

Helpful resources

Announcements
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 Power BI Update Carousel

Power BI Monthly Update - June 2025

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

June 2025 community update carousel

Fabric Community Update - June 2025

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