Forum Discussion
Kavyachaganti
3 years agoRegular Visitor
Getting previous row data from other column in Power BI #
Hi All,
I need to add below calculation(Table2) in Power BI Report. Can someone of you please help me on this.
Table1:
Table2: Below calculation to be added in Power BI.
1 Reply
- Ahmedx
Super User
pls try this
Measure1 = IF(ISNUMBER('tabl'[py]),'tabl'[py],0) Measure2 = SUM('table'[y])+1