Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
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!
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.
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!