Forum Discussion
Loren_82
2 years agoRegular Visitor
Input/get data from another previous row based in a key reference
Hi PowerBI Community, I am hoping that anyone can help me as I've researched for an answer and I cannot find a solution 😕 I am trying to map the vendor ID in PowerBI table based in a report I ...
m_dekorte
Resident Rockstar
2 years agoHi Loren_82,
If your data is perfectly grouped as you have described, the low code solution is to have a null returned instead of an empty text string "" in your Custom column, and subsequently fill that column value down.
Just right click your column header, choose, Fill, Fill Down
I hope this is helpful