This is best Fabric, Power BI, SQL and AI community event. How do we know? The last event sold out! Save €200 with code FABCMTY200.
Register nowA new Data Days event is coming soon! This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. Don't miss out.
I have a situation where a business system will update dates (both dates in the future) in the same column and will not alert a user a date has been changed. I pull this information from a dataflow that is updated daily.
What I need to understand is how can I flag a date change for review in PowerBI? I've made a very generic table showing what I need. Is there any way to compare values or at least flag it if there was a date change, but the data source is always in the same column in the dataflow?
| Checked: 11/1/2024 | ||
| Order | Order Status | Dates |
| 123 | Open | 11/15/2024 |
| 456 | Open | 11/20/2024 |
| 789 | Open | 11/17/2024 |
| Checked: Today | ||
| Order | Order Status | Dates |
| 123 | Open | 11/25/2024 |
| 456 | Open | 11/20/2024 |
| 789 | Open | 12/1/2024 |
Solved! Go to Solution.
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.
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
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.
Check out the May 2026 Power BI update to learn about new features.
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 |
| User | Count |
|---|---|
| 7 | |
| 6 | |
| 6 | |
| 6 | |
| 4 |