Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateJoin us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.
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 there that do capture all the historic foreign exchange rates but they are very expensive to use. So instead I am trying to figure out if I can create my own historic exchange rate table by just scraping each day's rates off the Reuters Currencies page (https://www.reuters.com/markets/currencies) and appending that data to a master exchange rate table in Power Query. Also, I want to set it up so that it is automatically updated daily.
Has anyone ever done this before, or is there an easier option (other than signing up for a paid service)?
Solved! Go to Solution.
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.
Hi i'm trying to do something similar where I am already daily data from a ODATA connection (to Jira) and I won't the append the results as part of the automated daily refresh to another table. the Append query tabel deosn't seem work as it's just the one table I want to "append" to. I'd prefer to avoid a csv folder if at all possible ?
I'd prefer to avoid a csv folder if at all possible
and why would that be?
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.
Check out the July 2025 Power BI update to learn about new features.
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
User | Count |
---|---|
10 | |
8 | |
6 | |
6 | |
6 |