Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started
Hello.
I tried to load the table in XML from the following page:
"https://home.treasury.gov/resource-center/data-chart-center/interest-rates/pages/xml?data=daily_trea..." but I couldn't understand how to generate the information structure in power query.
I don't know how to build the information.
Solved! Go to Solution.
let
Source = Xml.Tables(Web.Contents("https://home.treasury.gov/resource-center/data-chart-center/interest-rates/pages/xml?data=daily_trea...")),
Custom1 = Table.Combine(List.Transform(Source{0}[entry][content],each Table.TransformColumns(Table.FirstValue(Table.FirstValue(_)[properties]{0}),{},Table.FirstValue)))
in
Custom1
let
Source = Xml.Tables(Web.Contents("https://home.treasury.gov/resource-center/data-chart-center/interest-rates/pages/xml?data=daily_trea...")),
Custom1 = Table.Combine(List.Transform(Source{0}[entry][content],each Table.TransformColumns(Table.FirstValue(Table.FirstValue(_)[properties]{0}),{},Table.FirstValue)))
in
Custom1
Check out the September 2024 Power BI update to learn about new features.
Learn from experts, get hands-on experience, and win awesome prizes.
User | Count |
---|---|
71 | |
56 | |
43 | |
28 | |
22 |