Thanks, for the suggestion. But I guess i haven't explained my question properly.
Actually, ID in Table1 repesents some other object which is being processed in batches to decide whether it contain A/B/C or not. If it contains any of them then it will be updated as true or false in DB.
So my task is to provide user to choose two dates, and based on that selection the power bi report give him data that which object's content is changed between two dates.
For example: I select two dates as 3/3/17 and 3/4/17.
Then as per data between two dates selected Object2 and Object3 contents have been changed.
I'll get a table or list any thing, which shows me anything which can give information that between two dates contents for below ids are changed.
Id | A | B | C |
2 | Added | Added | Deleted |
3 | Deleted |