Forum Discussion
pbyrne98
4 years agoRegular Visitor
HTML.Table : Expression.Error: The name 'Html.Table' wasn't recognized.
Hi, Does HTML.Table requre a certain version of PowerQuery? Using the forums I've tried the below code in a Custom Column and get the error in bold. Other examples of code I've tried are furthe...
- 4 years ago
Looks like you are using Excel Power Query. Currently, Html.Table is supported only in Power BI Desktop (and PQ Online) but not in Excel PQ. If you use Power BI Desktop, you will be able to make it work.
Bijaelo
2 years agoFrequent Visitor
The topic is quite stale.
For many purposes, you can get around the lack of Html.Table by unfolding the html contents using Web.Page. Eg. if you have a list containing html contents, you can use "Web.Page(contents)" to unfold the contents, and then walk down to the elements you want to return.