Forum Discussion
Virtual Table
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:
- Barcode = Product iD
- BARSTDR = Standard cost
- BARMFEC = Date of the Standard cost
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?
4 Replies
- pratyashasamalMemorable Member
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 - godtooroHelper II
Do you know how I can create a virtual table that don´t lose the information?
- pratyashasamalMemorable Member
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