Forum Discussion
DennisSchlein
5 years agoHelper III
Beginner - exchange rate API
Hi I'm brand new to PBI, and i'm trying to find a solution to making a exchange rate table. I found a model in here where the API endpoint has been updated. Im trying to reach this endpoint...
- 5 years ago
DennisSchlein
We are all always learning;
if you just open Advanced editor then you can replace your code with mine - remember to add in the key.
Get Data --> From Web -- Click on AdvancedAnother option to get data for multiple dates would be to use the timeseries mentioned in the documentation but this looks like it is dependent on the subscription you have.
Regarding getting data for different dates, as mentioned by amitchandak Chris Webbs cross join blog will help.
NickA01
2 years agoResolver III
Shahebaz_Shaikh
if you check the documentation page on the exchangeratesapi website, they advise how to set different base currencies
EURO is the default.
this should do what you need
Shahebaz_Shaikh
2 years agoNew Member