This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. We're covering it all. You won't want to miss it.
Learn moreDid you hear? There's a new SQL AI Developer certification (DP-800). Start preparing now and be one of the first to get certified. Register now
Hi All,
I have a couple of files imported where everytime a new updated file is generated it replaces the existing one. The new file(s) that replace the old ones always removes the previous month's data.
As a result i get the message below:
So in my visualisation i have a historical view of sales, orders and so on (sometimes previously 3 months back) and every new month i need it to replace it with the column that has replaced the old column.
How do i get my visualisation to display what the new raw file displays everytime i refresh. For example using the screenshot above 'forecast history_Jun 21' does not exist in the new file and it will show 'forecast history_Jul 21' instead as the new raw file will only display the forecast history 3 months back
Thank you !
Solved! Go to Solution.
Hi @Anonymous ,
Power BI will not store data, unless you have a query source that will support incremental refresh.
Incremental refresh for datasets in Power BI - Power BI | Microsoft Docs
Best Regards,
Stephen Tao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @Anonymous ,
Power BI will not store data, unless you have a query source that will support incremental refresh.
Incremental refresh for datasets in Power BI - Power BI | Microsoft Docs
Best Regards,
Stephen Tao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
You need to dynamically rename the columns in the file as they come in. This article will walk you through the steps. Renaming A Column In Power Query Based On Position — ehansalytics - just remember that whatever position the column is in, subtract 1 because Power Query starts at 0, not 1.
DAX is for Analysis. Power Query is for Data Modeling
Proud to be a Super User!
MCSA: BI ReportingCheck out the April 2026 Power BI update to learn about new features.
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.