The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
Hi all,
I have converted Sharepoint Images into binary format using the following code in Power Query Editor.
Web.Contents([IMAGE_1_FINAL])
Eg: IMAGE_1_FINAL: "https://abc.sharepoint.com/sites/Demo/Shared%20Documents/Building.jpg"
But when I refresh the Power BI dataset, Its throwing the dynamic data source error like below
Please help me to fix this issue.
Regards,
Barathi Raja
Solved! Go to Solution.
Hi @barathirajavi55 ,
The problem is that the Power BI service wants to validate the URI before it commits to refreshing the data source.
This blog can help you,please refer to:
http://blog.datainspirations.com/2018/02/17/dynamic-web-contents-and-power-bi-refresh-errors/
Best Regards,
Liang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @barathirajavi55 ,
The problem is that the Power BI service wants to validate the URI before it commits to refreshing the data source.
This blog can help you,please refer to:
http://blog.datainspirations.com/2018/02/17/dynamic-web-contents-and-power-bi-refresh-errors/
Best Regards,
Liang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.