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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now

Reply
robertoitu
Regular Visitor

Doubt about how to send POST Rows via POST to DataSet in PowerBI DataSet

Helo,

I am a free user, thinking about becoming a Pro user, I'm having some problems on how to send Post Rows to PowerBi REST API, I have a RealTimeData created in my account and I've tried to send POST rows through POSTMAN and I succeed, I collected the code in POSTMAN (it gives us how to send data in the code of our choice) in PHP and have sent to POWERBI REST API, but it doesn't work, but when I go back to POSTMAN it works ! Do I have to send a Token together ? Why does it work through POSTMAN if it also doesn't have a token too ? How can I get a token ? Is it possible for a free user ? Dou you have an example on how to send it through PHP ?

2 REPLIES 2
amitchandak
Super User
Super User

@robertoitu , refer if these can help

https://radacad.com/power-bi-custom-connector-connect-to-any-data-sources-hello-world

https://carldesouza.com/how-to-call-the-power-bi-rest-api-from-postman/

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

Hi @amitchandak !

 

Unfortunately it didn't work, I did just as the link you've sent instructed and got a register app in the Azure with its Id and Password, but when I used in Postman to send POST to get my Token, the answer is as described below: (I still have the doubt if it's necessary to have a Pro License in PowerBI to send Pushes to POWERBI REST API, but I'm tending to think in this way):

 

"error""invalid_grant",
    "error_description""AADSTS65001: The user or administrator has not consented to use the application with ID 'xxxxxxxxxxx named 'RobertoItu'. Send an interactive authorization request for this user and resource.\r\nTrace ID: xxxxxxxxxxxxx\r\nCorrelation ID: 1d1d6112-eb97-44e8-82fa-d0970395df77\r\nTimestamp: 2020-05-21 14:38:20Z",
    "error_codes": [
        65001
    ],
    "timestamp""2020-05-21 14:38:20Z",
    "trace_id""xxxxxxxxxxxxxxx",
    "correlation_id""xxxxxxxxxxxxxxxxxxxxx",
    "suberror""consent_required"

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