Forum Discussion
Anonymous
2 years agoNot applicable
How to create a column for Previous Value
Hi All, Expected Output: Workitem ID State Previous_State 1001 backlog 1001 Inprogress Backlog 1001 Done Inprogress 2001 backlog 2001 Inprogress Backlog 20...
- Anonymous2 years ago
Sure, Under transform data >click add column >index column from 1
- 2 years ago
Hi Anonymous
There are multiple ways to produce you required output, and one of them is as follows:
Create index dimension table which also has previous row side by side.
Create a relationship between your index dimension table and your fact table.
Create a calculated column which produces your required output like below:
I attach an example pbix file.
Best regards,
Anonymous
2 years agoNot applicable
Create on index column in a table and create measure as shown in below image
Anonymous
2 years agoNot applicable
HI Anonymous , Can you please share me the logic for INDEX please. I can replicate and check thank you
- Anonymous2 years agoNot applicable
Sure, Under transform data >click add column >index column from 1