Forum Discussion
Get previous not NULL record
- 10 years ago
SNik When you load the data in select the column "Product" go to "Transform" and then Select from the menu "Fill Down".
Then you have your new column.
Depending your data model and how you would like to display the data you can a) filter out the null values in Model or b) you can add the Product in the model column.
For the first select the column drop down menu and unselect null
For the second "Add custom column" and the formula will be
if [Model] = null then [Product] else [Model]
Hope it helps
SNik When you load the data in select the column "Product" go to "Transform" and then Select from the menu "Fill Down".
Then you have your new column.
Depending your data model and how you would like to display the data you can a) filter out the null values in Model or b) you can add the Product in the model column.
For the first select the column drop down menu and unselect null
For the second "Add custom column" and the formula will be
if [Model] = null then [Product] else [Model]
Hope it helps
- SNik10 years agoHelper I
I love your simple and perfect solution, i know that PowerBI is not and ETL/CleanUp tool but it does alot
Anyways thank you very much
Sincerely
Nik