I have a table as follows:
Date / Name / OldValue / NewValue
I want a way to create a Start Date & End Date columns using any of the following : DAX , T-SQL or M Query.
Meaning; the StartDate is the [Date] and the End the date is the Date where the same person will change value.
Thanks in advance.