Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
Hi !
I am working on a task. To sent a request (Post: "url") and (Content- type:"application/x-www-form-urlencoded ") in Header in "postman" .and for the body : enable (raw) and text:: write my userId=" string"..
on sending and got the result "challenge: string" in the form of json.
It works very fine on postman.
How can i implement same concepy power bi?
How to make post request in power bi by sending userid in the body?
regards
@Anonymous
Thanks for you reply
how can make post request by sending userid=" kgjljhgljhf23kjh" in the body ?
regards
Hi @mohsin-raza ,
Do you want to connect to API in Power BI? If yes, you can refer the following links to get it by using web connector.
How to get data from a REST API in Power BI for rookies
In this case please try an approach from this link.
Web.Contents(
"https://www.regonline.com/api/default.asmx/GetEvents",
[
Query=[ #"filter"="", #"orderBy"=""],
ApiKeyName="APIToken"
])
Best Regards
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
| User | Count |
|---|---|
| 97 | |
| 73 | |
| 50 | |
| 47 | |
| 44 |