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.
I am trying to get data from a web call. The API generates a data set that I need to convert to a CSV in a step. However, when I try to work with the data every field gets an "An unexpected error occurred" message on every field.
I have searched and could not find anything on why this might be happening.
Solved! Go to Solution.
Hi @KGuthrie-NF - it is difficult to trouble-shoot across this forum. Here is what I would try to understand the issue.
Hi @KGuthrie-NF - it is difficult to trouble-shoot across this forum. Here is what I would try to understand the issue.
It worked perfectly. The new Source statement is:
Source = Csv.Document(Binary.Buffer(Web.Contents("https://.......7")),[Delimiter=","])