Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
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=","])
Check out the July 2025 Power BI update to learn about new features.