ASadStudent
New Member
- Joined
- Oct 26, 2022
- Messages
- 20
- Office Version
- 365
- Platform
- Windows
Hello everyone, I trying to make a power bi where I read a new file into my database each month. These files will be read in each month and so januari will be read in first and december will be read in last.
The file of each month contains not only the data from the month itself, but also from the previous month.
For example januari only has the data from januari in it but februari has the data from januari and februari in it. This goes on until december has the data from all 12 months in it.
This causes a problem where the data from januari is in in power bi 12 times which only needs to be in power bi once.
Secondly sometimes in the newer files data from previous months changes.
For example what was 10.000 in the file from januari now becomes 12.000 in the file from februari. This change isn't right and so I need to delete all rows except for the oldest one (The one that was read in first).
My plan was to delete these rows based on row name because the row names in each file are the same even if the data in them all isn't totally the same, but I can't find a way to do this.
So I wanted to ask if anyone of you can help me with my problem.
Thanks a lot for helping me!
The file of each month contains not only the data from the month itself, but also from the previous month.
For example januari only has the data from januari in it but februari has the data from januari and februari in it. This goes on until december has the data from all 12 months in it.
This causes a problem where the data from januari is in in power bi 12 times which only needs to be in power bi once.
Secondly sometimes in the newer files data from previous months changes.
For example what was 10.000 in the file from januari now becomes 12.000 in the file from februari. This change isn't right and so I need to delete all rows except for the oldest one (The one that was read in first).
My plan was to delete these rows based on row name because the row names in each file are the same even if the data in them all isn't totally the same, but I can't find a way to do this.
So I wanted to ask if anyone of you can help me with my problem.
Thanks a lot for helping me!