The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
Hi There, Could anyone help with the below scenario.
I need to pull in monthly data and keep a snapshot of this at that point in time, adding the new month 'snapshot' to the historical data each month.
In this scenario I need to count the number of outstanding items for, say, january and store this info, then count the number of outstanding items at the end of feburary and add this data to the history.
I could union the tables and manually intervene to create the new month, but we really need this to be an automatic refresh. I have considered using a flow, as was suggested in other posts, but I dont think this would be able to add the 'new' month to the hisotrical data each month?
Any ideas would be appreciated!
Solved! Go to Solution.
Hi @Anonymous ,
If you don't think flow will work, you could refer to this solution and use PowerShell to do it automatically.
Hi @Anonymous ,
If you don't think flow will work, you could refer to this solution and use PowerShell to do it automatically.