Because of SalesForce 2000 row limitation, I download reports to Excel and then import into Power BI, transform data and create reports. I need all the data from two years so I can show comparative periods.
In an attempt to work around the 2000 row limitation, I built an original set of data from Salesforce, exported to Excel, and imported into Power BI. I then modified the SalesForce report to just report last week's activity and called this directly into Power BI. I use an append function and it works for the first week. However, the subsequent append is an issue because the append now appends only the new week. The previous week's data didn't stick in the original dataset.
Is there a way to append data from a second query into the original, and keep all that data?