Hello, I am trying to get the columns on the right using the first 2 columns
[TABLE="width: 500"]
<tbody>[TR]
[TD]Case[/TD]
[TD]Person[/TD]
[TD]From (need this)[/TD]
[TD]To (need this)[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]bob[/TD]
[TD]bob[/TD]
[TD]Kelly[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]kelly[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]jason[/TD]
[TD]jason[/TD]
[TD]russ[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]russ[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD]bob[/TD]
[TD]bob[/TD]
[TD]miriam[/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD]miriam[/TD]
[TD]miriam[/TD]
[TD]carl[/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD]carl[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
That's what I am trying to accomplish, for each case basically which person started it and then who finished it. I am able to do it in Excel by referencing the previous cell but i can't figure it out in powerPivot using DAX. I have tried EARLIER like crazy but cannot get it to work
Any ideas?
Thanks
[TABLE="width: 500"]
<tbody>[TR]
[TD]Case[/TD]
[TD]Person[/TD]
[TD]From (need this)[/TD]
[TD]To (need this)[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]bob[/TD]
[TD]bob[/TD]
[TD]Kelly[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]kelly[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]jason[/TD]
[TD]jason[/TD]
[TD]russ[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]russ[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD]bob[/TD]
[TD]bob[/TD]
[TD]miriam[/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD]miriam[/TD]
[TD]miriam[/TD]
[TD]carl[/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD]carl[/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
That's what I am trying to accomplish, for each case basically which person started it and then who finished it. I am able to do it in Excel by referencing the previous cell but i can't figure it out in powerPivot using DAX. I have tried EARLIER like crazy but cannot get it to work
Any ideas?
Thanks