Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
6 years ago

Recursive column in DAX or Power BI

Hi,

 

I am looking for to use recursive function on a particular column.

 

The requirement is to generate a fibonacci sequence based on the same column.

Eg: Assume we have only one column in a table and it has 2 rows:

1st Row = 100

2st Row =200

3st Row = 1st row + 2nd row = 300

4th Row = 2nd row + 3rd row = 500

and so on..

 

Also need a way to pass a variable's value to another variable in DAX.

 

Warm Regards,

Sreetej

1 Reply