Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
I'd like to get bond data from the Frankfurt Exchange web. Here is a link to the table and pic from the data I'm interested in: https://www.boerse-frankfurt.de/bond/xs2502401552-plusplus-capital-financial-s-a-r-l-11-22-26/price-...
If I open this link in power query I see the attached view:
If I expand the data column to the end, I can't reach the data in the table present in the web (like closing prices of the bond):
Suggestions how to get the data?
Solved! Go to Solution.
Hi @maasool - It appears that you are using Excel Power Query instead of Power BI Power Query. Unfortunately, there is difference in the capability of the Web.Contents function. Power BI is more capable at identifying Tables om web pages. As I try to prepare screenshots to highlight the difference, I am finding the Power BI version much faster than Excel. The reason is that Power BI has an additional function called Web.BrowserContents. This feature is only avaiable in Power BI Desktop - not Excel or Power BI Dataflows.
After pasting the URL into the Power BI Web wziard, you are prompted with the following panel.
This is the Excel version:
Hi @maasool - It appears that you are using Excel Power Query instead of Power BI Power Query. Unfortunately, there is difference in the capability of the Web.Contents function. Power BI is more capable at identifying Tables om web pages. As I try to prepare screenshots to highlight the difference, I am finding the Power BI version much faster than Excel. The reason is that Power BI has an additional function called Web.BrowserContents. This feature is only avaiable in Power BI Desktop - not Excel or Power BI Dataflows.
After pasting the URL into the Power BI Web wziard, you are prompted with the following panel.
This is the Excel version:
Thank you very much!