Forum Discussion
Date Flags
- 1 year ago
Power BI has no memory* . You need to manage your snapshots in the upstream system. * Yes, there is the self referencing option but that has no safety net. - 1 year ago
If these two tables are the result of same query, you can export the previous result into CSV by using python or R and then compare the result of today table with the result of last CSV file, and if these two tables are seperate query, you can use merge to extract the differences.code into CSV file and
If these two tables are the result of same query, you can export the previous result into CSV by using python or R and then compare the result of today table with the result of last CSV file, and if these two tables are seperate query, you can use merge to extract the differences.code into CSV file and