Forum Discussion
Anonymous
5 years agoNot applicable
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...
- Anonymous5 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
mahoneypat
5 years agoMicrosoft Employee
Example data would be good, but have you explored the Group By function in the ribbon? It could be used to get to a single row for each invoice, aggregating one of the values from each column.
Regards,
Pat