Microsoft Fabric Community Conference 2025, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount.
Register nowThe Power BI DataViz World Championships are on! With four chances to enter, you could win a spot in the LIVE Grand Finale in Las Vegas. Show off your skills.
Dear all,
I've a table where the values are overwrited every month so I lose the historyc.
I've created a virtual table as follows:
Where:
As the original table is overwrited everymonth I want a virtual table to storage this information month by month.
Do you think that the virtual table with SUMMARIZECOLUMNS is going to lose the information every month with the last one or on the contrary is going to keep it register by register monthly?
Do you know how I can create a virtual table that don´t lose the information?
@godtooro ,Are you using incremental refresh on your table ?
If not then it is not possible , Power BI is a "read only" system so it doesn't have the ability to store data beyond a refresh.
You will either have to modify the source system (you said not an option), or put in an intermediate process in place to store a previous day snapshot of data, then have Power BI read in the source data and the snapshot, then do the comparison.
Thanks,
Pratyasha Samal
Has this post solved your problem? Please Accept as Solution so that others can find it quickly and to let the community know your problem has been solved.
If you found this post helpful, please give Kudos C
Proud to be a Super User!
Hi @godtooro ,
If the orginal table or base table is overwritten every month . The summarize column will also be refreshed.
Thanks,
Pratyasha Samal
Has this post solved your problem? Please Accept as Solution so that others can find it quickly and to let the community know your problem has been solved.
If you found this post helpful, please give Kudos C
Proud to be a Super User!
User | Count |
---|---|
123 | |
69 | |
67 | |
58 | |
52 |
User | Count |
---|---|
183 | |
90 | |
67 | |
62 | |
53 |