I have a Power BI in my local folder.
I have inputs, excel files.
When I have a new input with new data, in the form of a new excel file, I only care about these new data. I do not care about anything data in the past file.
Currently, when I receive a new excel input:
- I change the name of the excel file giving it the same name as the file that it will replace.
- I suppress the old excel file in the folder where it is stored
- I replace it with the new excel file, with the name of the old one in the folder of the old excel file
To provide a concrete example, here is my folder with two files and my power bi:
If I have a new file with corresponding to the "Rabbit employed by Batman", I supress this excel file in the folder. I change the name of my new excel input, calling it "Rabbit employed by Batman". I replace it in the folder with the Power BI.
I feel that this might not be very clever, and I wonder if there is a better way to proceed.