Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

July 7 - July 17 | Round 2 of the Power BI Dataviz World Championships. Don't miss your chance! Learn more

Reply
JSR
Helper II
Helper II

When getting data from PowerAutomate Flow: DataFormat.Error: We reached the end of the buffer

Hi,

I get DataFormat.Error: We reached the end of the buffer. 

When trying to do same as this example. https://janbakker.tech/use-graph-api-data-in-power-bi-using-logicapps 

(Create a Power Auromate flow to query Microsoft Grahp and get the response in Power BI)

I've tested it with diffrenet APi calls, and same throw same error.

 

Any help on this please?

 

The Power Automate flow runs ok and I can see the response.

 

let
url = "",
body = "{}",
Parsed_JSON = Json.Document(body),
BuildQueryString = Uri.BuildQueryString(Parsed_JSON),
Source = Json.Document(Web.Contents(url,[Headers = [#"Content-Type"="application/json"], Content = Text.ToBinary(BuildQueryString) ] ))
in
Source

 

 ff2.pngff1.png

1 ACCEPTED SOLUTION
MFelix
Super User
Super User

Hi @JSR ,

 

Sorry for asking this but looking at the blog post you need to past your URL on the code and you present (here on the forum) a code without URL:

 

MFelix_1-1596553779566.png

 

The blog example

 

MFelix_2-1596553803226.png

I don't have any way to text this out but just making some questions that may help or not, do you have your logic app endpoint URL?


Regards

Miguel Félix


Did I answer your question? Mark my post as a solution!

Proud to be a Super User!

Check out my blog: Power BI em Português





View solution in original post

2 REPLIES 2
MFelix
Super User
Super User

Hi @JSR where you abble to solve the issue?


Regards

Miguel Félix


Did I answer your question? Mark my post as a solution!

Proud to be a Super User!

Check out my blog: Power BI em Português





MFelix
Super User
Super User

Hi @JSR ,

 

Sorry for asking this but looking at the blog post you need to past your URL on the code and you present (here on the forum) a code without URL:

 

MFelix_1-1596553779566.png

 

The blog example

 

MFelix_2-1596553803226.png

I don't have any way to text this out but just making some questions that may help or not, do you have your logic app endpoint URL?


Regards

Miguel Félix


Did I answer your question? Mark my post as a solution!

Proud to be a Super User!

Check out my blog: Power BI em Português





Helpful resources

Announcements
FabCon and SQLCon Barcelona 2026

FabCon & SQLCon – Barcelona 2026

Join us in Barcelona for FabCon and SQLCon, the Fabric, Power BI, SQL, and AI community event. Save €200 with code FABCMTY200.

60 days of Data Days Carousel

Data Days 2026

Join Fabric Data Days 2026: 60 days of free live/on-demand sessions, challenges, study groups, and certification opportunities.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.

Top Solution Authors