Forum Discussion

Vinzitc's avatar
Vinzitc
Regular Visitor
2 years ago
Solved

How to update a table without missing the older data?

Hello! Let's see if I'm able to make me understand...  I need to connect power BI to a web source which is updated everyday with the daily value. The point is that the web just shows the data of t...
  • Anonymous's avatar
    Anonymous
    2 years ago

    Hi Vinzitc ,

    Power BI is a business analytics solution developed by Microsoft. It allows you to visualize your data and share insights across your organization, or embed them in your app or website. You can connect to different data sources, like web, excel and sql etct. However, it can't store the old data if that data not exist in the data source.

     

    If you want to show old data in Power BI, you would need to set up a data source that stores the older data from your web source and then use Power BI to connect to that data source. This could be a database or a data warehouse that supports incremental data loading. This way, each time you refresh your Power BI report, it would pull in the new data from the web source and add it to the existing data in your database or data warehouse. Then, Power BI would connect to this database or data warehouse to get the full set of historical data.  

    Incremental refresh for semantic models and real-time data in Power BI - Power BI | Microsoft Learn

    Best Regards