Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
5 years ago
Solved

Replace null with relative cell reference

Hi, I am attemping to use Power Query to manipulate a downloaded report. The report puts data for a single invoice on multiple lines, I would like to reconfigure all relevant data onto a single line...
  • Anonymous's avatar
    Anonymous
    5 years ago

    IN that case, why not Use the FillDown function on the Invoice Date column, thus filling in the nulls with the date above.  Then you can filter out the nulls in the Product/Item Description.

    ---Nate