web
You’re offline. This is a read only version of the page.
close
Skip to main content

Notifications

Announcements

Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Apps / Power Query Load - "We...
Power Apps
Unanswered

Power Query Load - "We cannot convert the value "" to type List."

(0) ShareShare
ReportReport
Posted on by 2

Hi,

 I'm a relatively new user of Power BI and I've just created a simple set of queries in Power Query based on a Web API.

 

The first query pulls in the data via API and then the other queries are simply referenced to that query. There are 6 queries in total.

When I click Apply Changes in Power BI, I get the error message "We cannot convert the value "" to type List.".

 

I have unticked "Enable Load" on all 6 queries in turn and they each work individually without issue but whenever I try to load 2 or more at the same time, I get the above error.

 

Here's the part of the query that pulls the master table in:

 

let url="https://REDACTED",

body="{""APIKey"": ""REDACTED"",""Action"": ""GetQueryResultByQueryName"",""QueryName"":""REDACTED""}",

Source = Json.Document(Web.Contents(url,[

Headers = [ #"Content-Type"="application/json"],

Content = Text.ToBinary(body)

]

)),
Result = Source[Result],
#"Converted to Table" = Table.FromList(Result, Splitter.SplitByNothing(), null, null, ExtraValues.Error),

 

Other than that, I've renamed, re-ordered, filtered and removed a few columns but nothing too exciting.

 

Grateful for any help you are able to provide.

Thanks.

Matt.

Categories:
I have the same question (0)
  • Matt_T1 Profile Picture
    2 on at

    An update - I have stripped back the steps to identify the issue (nothing was being flagged automatically) and it appears to be within the "Converted to Table" step. Suggests something wrong with the type of data that is feeding in but I can't understand why each query still loads perfectly well on its own but it fails with two or more.

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Forum hierarchy changes are complete!

In our never-ending quest to improve we are simplifying the forum hierarchy…

Ajay Kumar Gannamaneni – Community Spotlight

We are honored to recognize Ajay Kumar Gannamaneni as our Community Spotlight for December…

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 796 Most Valuable Professional

#2
Michael E. Gernaey Profile Picture

Michael E. Gernaey 327 Super User 2025 Season 2

#3
Power Platform 1919 Profile Picture

Power Platform 1919 268

Last 30 days Overall leaderboard