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

The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now! Learn more

Reply
mani1215
New Member

/v1.0/myorg/datasets

Hi,

 

I am trying to query data sets, reports, update data sets from POSTMAN with Authorization tokenstring, but getting 403 forbidden error. Here is my oAuth token request [I'm getting Bearer token for this request].

 

Url : https://login.windows.net/common/oauth2/token

 

client_secret: XXX

grant_type: client_credentials

client_secret: XXX

resource: https://analysis.windows.net/powerbi/api

 

Thanks & Regards

3 REPLIES 3
mani1215
New Member

Hi,

 

I am trying to query data sets, reports, update data sets from POSTMAN with Authorization tokenstring, but getting 403 forbidden error. Here is my oAuth token request [I'm getting Bearer token for this request].

 

Url : https://login.windows.net/common/oauth2/token

 

client_secret: XXX

grant_type: client_credentials

client_secret: XXX

resource: https://analysis.windows.net/powerbi/api

 

Thanks & Regards

v-sihou-msft
Microsoft Employee
Microsoft Employee

@mani1215

 

Currently, Power BI REST API only supports insert and delete rows. Query and update are not supported. See: Row operations.

 

Please vote this idea.

 

Regards,

@v-sihou-msft

 

The auth-token is not working for groups REST API,

 

GET https://api.powerbi.com/v1.0/myorg/groups

Authorization : Bearer XXXXX

Content-Type: application/json

 

We are getting 403 for all Power BI REST API's, when i copy the auth token from browser, all power bi api's are working. Seems the  Bearer token is not valid one which we are creating. Could you please help us on this ?

Helpful resources

Announcements
November Power BI Update Carousel

Power BI Monthly Update - November 2025

Check out the November 2025 Power BI update to learn about new features.

Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors