Forum Discussion
kasife
3 years agoHelper V
Call APi
Hello guys, I'm trying to call an API, and I'm using the page parameter to make the call. It turns out that this API seems to me to have no pages. How could I adjust the call of this function to be ...
Anonymous
3 years agoNot applicable
Hi kasife ,
You can refer the following links to connect API in Power BI Desktop using Web connector:
How to Use List Generate to Make API calls in Power Query - YouTube
Solved: Using list.generate() to query an endpoint multipl... - Microsoft Fabric Community
And this error may occur when you are trying to access a list element by using a field name instead of an index. The following links are the ones which have the similar problem as yours, hope they can help you solve your problem.
Solved: Re: Help with List.Generate() in making API calls - Microsoft Fabric Community
Solved: Expression.Error: We cannot apply field access to ... - Microsoft Fabric Community
Best Regards