Hello… Is there a way to do something like this in Power BI?
In Excel, I have a table called TD_COUNT which consist of 4 columns, | Date | Open | Close | Total |
What I would like to accomplish is on a row 2, column D formula like this:
=IF([@[Date Open]]="","", [@Open])
but then on the row 3, I need to append row 2 column D:
=IF([@[Date Open]]="","", [@Open]+D2)
and so on....
btw, I have created query table in Power BI called "Date List" and I have same columns as in Excel