cancel
Showing results for 
Search instead for 
Did you mean: 

Fabric is Generally Available. Browse Fabric Presentations. Work towards your Fabric certification with the Cloud Skills Challenge.

Reply
Genival_Junior
Regular Visitor

Power BI Service error refreshing data

ear friends,

I created a function to perform a dynamic query to an API of the supplier of a software used by my company.

Following guidelines obtained through forums, I am using the RelativePath option to trigger the parameters that will be passed to the API.

In PowerQuery of Power BI Service the function is working correctly, updating the data of the table that makes its call.

However, when I try to update the data stream, I have received error notifications, but without a specific cause, which makes any type of analysis impossible.

 

Does anyone know how to solve this kind of problem?

 

Below is the code of the created function.

 

Json.Document(Web.Contents( "https://claro.api.coblue.com.br",
[RelativePath = "/api/objectives/"&idOKR&"/keyresults",Headers=[Authorization=TokenAPI]]))

1 REPLY 1
v-jingzhang
Community Support
Community Support

Hi @Genival_Junior 

 

Can you help clarify what is the "data stream" you try to update? Currently I'm not sure what it refers to in the service. 

 

Best Regards,
Community Support Team _ Jing

Helpful resources

Announcements
PBI November 2023 Update Carousel

Power BI Monthly Update - November 2023

Check out the November 2023 Power BI update to learn about new features.

Community News

Fabric Community News unified experience

Read the latest Fabric Community announcements, including updates on Power BI, Synapse, Data Factory and Data Activator.

Power BI Fabric Summit Carousel

The largest Power BI and Fabric virtual conference

130+ sessions, 130+ speakers, Product managers, MVPs, and experts. All about Power BI and Fabric. Attend online or watch the recordings.

Top Solution Authors