Forum Discussion
Domien
2 years agoRegular Visitor
Content from a previous row
Hi, I want to make new column in which I want to put the content of an existing colomn "A" or the content from the previous row of the new colom depending on the content of column "A". In Exc...
- 2 years ago
watch my video and you will find out how to do this
HarishKM
2 years agoSuper User
Domien Hello,
you can refer this dax.
Create a column then create the same measure and replace the result and alternate result column.
New column = IF(Sheet1[Product]= BLANK(), Expected result column, alternate result column )
Thanks
Harish M
Thanks
Harish M
Domien
2 years agoRegular Visitor
Hi Harish,
I'm sorry but I don't know what you mean