Hello,
What is the best source for importing currency exchange rates using Power Query?
x-rates is a good source but only for main currency pairs and I need more.
thanks!
Hello,
What is the best source for importing currency exchange rates using Power Query?
x-rates is a good source but only for main currency pairs and I need more.
thanks!
Is this something you can work with?
![]()
let Source = Web.Page(Web.Contents("https://www.xe.com/currencytables/?from=USD&date=2018-10-31")), Data0 = Source{0}[Data], #"Changed Type" = Table.TransformColumnTypes(Data0,{{"Units per USD", type number}, {"USD per Unit", type number}}) in #"Changed Type"
Last edited by Ron Coderre; 11-25-2018 at 10:29 PM.
Here is one that I have been using
Alan עַם יִשְׂרָאֵל חַי
Change an Ugly Report with Power Query
Database Normalization
Complete Guide to Power Query
Man's Mind Stretched to New Dimensions Never Returns to Its Original Form
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks