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

Earn a 50% discount on the DP-600 certification exam by completing the Fabric 30 Days to Learn It challenge.

Reply
znariman
New Member

Power BI Rest Api

Hey guys, I really need your help. I am trying to import data to the Power bi through Rest API Azure devops using the code below, but somehow can not pass authorization, I can see that it is returning me html code, where is the page with sign in information. Could anyone suggest, what I am doing wrong?

 

Code:

let

apiUrl = "URL",

AccessToken = "my access token here",

headers = [

#"Authorization" = "Bearer " & accessToken,

#"Content-Type" = "application/json"

],

options = [

Headers = headers

],

response = try Web.Contents(apiUrl, options) otherwise null

in

response

1 REPLY 1
lbendlin
Super User
Super User

That means your token is invalid.  Examine it with jwt,io , or consider using the custom connector instead.

Helpful resources

Announcements
PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

Top Solution Authors
Top Kudoed Authors