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!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
Hi guys,
my query is starting with Lines.FromBinary(Web.Contents("https://somerurl")) ...
Is Line.FromBinary() not supported when trying to refresh the dataset in the online UI?
I keep getting messages about setting up the gateways and all that crap. The fact is that the URL is public...
It works fine on desktop but when I publish, the refresh is failing.
DZ
Hi @danzrust,
Can you show me the Power Query?
When I connect to the Web page https://www.carcomplaints.com/news/2017/, the default Power Query code is:
let Source = Web.Page(Web.Contents("https://www.carcomplaints.com/news/2017/")), Data0 = Source{0}[Data] in Data0
If using Web.Page function, we do need a gateway. However, if I change the Web.Page function to Lines.FromBinary, error prompts.
Regards,
Yuliana Gu
Here is the PBIX: https://drive.google.com/file/d/1OjSRBs2YPUnpv405pfMMMl53zWrQXCS7/view?usp=sharing
The UI tells me that "datasource requires gateway to refresh....".
DZ
DZ, any chance you can share the URL you are connecting to?
(you did say it was public 🙂 )
Power On!
-Avi
www.youtube.com/PowerBIPro