This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. We're covering it all. You won't want to miss it.
Learn moreDid you hear? There's a new SQL AI Developer certification (DP-800). Start preparing now and be one of the first to get certified. Register now
id, snapshotId, objectName, status
Example Data 1.1,"Test object", active 2,1,"Test object 2", Active 3,2,"Test Object", Inactive 4,2,"Test object 2", Active
Hello,
Assuming I have a table structure like above - how can I display a delta of records where the status has changed between the "snapshots"?
So referring to the above example I want to get the following result
"Object","Status Old","Status New"
Test object, Active, Inactive
thank you
If you do a Merge query in M, it allows you to choose the join type. I'm guessing you would want a Right Anti join?
Check out the April 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 |
|---|---|
| 34 | |
| 31 | |
| 25 | |
| 20 | |
| 16 |
| User | Count |
|---|---|
| 60 | |
| 48 | |
| 29 | |
| 23 | |
| 23 |