Forum Discussion

wrwillits's avatar
wrwillits
Helper III
5 years ago
Solved

Automatically append daily data that is scraped from a website to a master table

I am trying to scrape data off a public website that lists daily foriegn exchange rates, and then append that data to a master table that is capturing all historic days.    There are systems out th...
  • lbendlin's avatar
    5 years ago

    You cannot do this in Power BI - it has no memory.  However, you can create a Power Automate Flow that pulls the data on a daily basis and writes it into daily CSV files. You can then point Power BI to that folder and ingest all the CSV files.  You can even implement incremental refresh based on file date but that's probably overkill given the small sizes.