Query refresh issue

wtc17 1 Reputation point
2021-02-11T05:38:38.673+00:00

Hello,

My set up: I retrieved a single csv file from a folder and transformed the raw data. The goal is to be able to combine additional csv files in the same folder and click refresh so that the new data will follow my applied steps.

For some reason my additional csv files aren't able to load due to my final applied step:

#"Filtered Rows2" = Table.SelectRows(#"Added Custom", each ([Subsidiary] <> "Subsidiary "))

 The refresh works up until that point. What can I do to make it so that whenever I add a new csv file into my folder, it will combine but also filter out the rows with the word "Subsidiary"? Any help is much appreciated! 

Not Monitored
Not Monitored
Tag not monitored by Microsoft.
39,182 questions
{count} votes

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.