Forum Discussion
MWinter225
7 years agoAdvocate IV
HELP Reformatting M to avoid using Web.BrowserContents() and Html.Table() functions
I'm trying to create a report that uses various web data to track PBI known issues and reported issues. After creating a report using the "add table using examples" feature that allows you to scrape ...
- 7 years ago
You could just use Web.Contents on the RSS feed: https://community.powerbi.com/oxcrx34285/rss/board?board.id=Issues
I'm guessing you it's important you get the kudos count, though?
ImkeF
7 years agoCommunity Champion
The answer you've gotten from the support ticket doesn't look correct to me: You are using functions from the new "From Web"-experience which is a preview feature. Once it's generally available it should work in the service as well. So you just have to be patient here ;)
Although it's possible to retrieve the data you're after manually, I don't have the time currently to do it unfortunatly.
The issue referred to in the ticket relates to using custom functions in the service, which you didn't, as you've used native functions.