This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. We're covering it all. You won't want to miss it.
Learn moreLevel up your Power BI skills this month - build one visual each week and tell better stories with data! Get started
Hello
I am facing some issues calling an API within a Dataflow. It works perfectly in Desktop. I have done some research, but I can't seem to implement the suggestions. One of the suggestions seems to have worked, but I get the Expression error "We cannot convert the value to type text" I know that there is a logical type column in the data I'm trying to call. Could this be the reason, if so, how can i change this?
This is the Mquery within Power BI Desktop and it refreshes perfectly in the Service
let
Source = Json.Document(Web.Contents("https://somekey-.execute-api.eu-west-1.amazonaws.com/sometable?hapikey=somekey"), 65001)
in
sourceThis is the Dataflow MQuery
let
Source = Json.Document(Web.Contents("https://somekey-api.eu-west-1.amazonaws.com/" ,[Headers=[Authorization="hapikey"="somekey"], RelativePath = "/sometable"]), 65001)
in
Source
Thanks
Hi @PoweredOut ,
Has your problem been solved, if so, please consider Accept a correct reply as the solution or share your own solution to help others find it.
Best Regards
Lucien
Hi @PoweredOut ,
Pls check if the table with the Blank rows,diete the blank rows first.
Similar refer:
Best Regards
Lucien
Check out the April 2026 Power BI update to learn about new features.
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
| User | Count |
|---|---|
| 13 | |
| 11 | |
| 8 | |
| 8 | |
| 6 |
| User | Count |
|---|---|
| 37 | |
| 27 | |
| 26 | |
| 23 | |
| 22 |