Hi, Looking to find the most efficient way to automate report cleaning.
I currently have a macro in place via excel that does this for me, however i have heard many good things about powerBI and powerQuery.
The steps from when the report arrives to when its sent off cleaned and accurate never change. Only the data that's being cleaned changes.
For example.
Delete all rows containing 123 in column A
Delete all rows containing test in column A
Change all data in column X to FALSE where = 0 and TRUE where = 1
Filter data dependent on Column D (status)
Allocate filtered data (ROWs) to newly created work book, with the corresponding tabs (sheets) for each Status. i.e. Status New = New_workbook > sheet 1 (Holds all rows containing status Closed)), Status Closed = Same "New_workbook" (that's already been created) sheet 2 (named: Closed, Holds all rows containing status Closed)
Can anyone think of a better method then a macro? - if this helps the raw report comes in via excel document.
I currently have a macro in place via excel that does this for me, however i have heard many good things about powerBI and powerQuery.
The steps from when the report arrives to when its sent off cleaned and accurate never change. Only the data that's being cleaned changes.
For example.
Delete all rows containing 123 in column A
Delete all rows containing test in column A
Change all data in column X to FALSE where = 0 and TRUE where = 1
Filter data dependent on Column D (status)
Allocate filtered data (ROWs) to newly created work book, with the corresponding tabs (sheets) for each Status. i.e. Status New = New_workbook > sheet 1 (Holds all rows containing status Closed)), Status Closed = Same "New_workbook" (that's already been created) sheet 2 (named: Closed, Holds all rows containing status Closed)
Can anyone think of a better method then a macro? - if this helps the raw report comes in via excel document.