Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
Hi All,
I am trying to create a calculated column which lists the value of the previous row of another column.
Any ideas on how to do this?
Solved! Go to Solution.
@Anonymous ,
Don't forget to hit Thumbs up and accept this as a solution if you find it helpful!
@Anonymous ,
Don't forget to hit Thumbs up and accept this as a solution if you find it helpful!
Thank you for this. I created the index column, but want a calculated instead of the measure you described. I tried using the same equation in calculated column but it did not work. Any tips?
@Anonymous ,
Create column like below:
Hi @Tahreem24 how do I do this if I want it the other way around?
Start | Output End |
22/03/2020 | 28/03/2020 |
29/03/2020 | 30/03/2020 |
31/03/2020 | 04/04/2020 |
05/04/2020 | 11/04/2020 |
12/04/2020 | 13/04/2020 |
14/04/2020 |
Thank you