Microsoft Fabric Community Conference 2025, March 31 - April 2, Las Vegas, Nevada. Use code FABINSIDER for a $400 discount.
Register nowThe Power BI DataViz World Championships are on! With four chances to enter, you could win a spot in the LIVE Grand Finale in Las Vegas. Show off your skills.
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
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Check out the February 2025 Power BI update to learn about new features.
User | Count |
---|---|
27 | |
26 | |
20 | |
12 | |
10 |
User | Count |
---|---|
27 | |
25 | |
22 | |
17 | |
13 |