The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hi.
I need to use a REST API to retrieve data that should be visualized in PBI. As the resulting data from the REST depend on the input which I create in PBI I need to be able to do POST and GET on the REST API. As far as I see this does not seem to be possible in PBI. We are thinking of a solution which combines the useage of DAX language and Python. Prepare teh data request in DAX, hand over to Python, do the API call in Python and hand over the result to DAX again.
Is this useful? Does anyone has any experience with this? Thanks
Solved! Go to Solution.
@dolicd Power Query supports HTTP GET and POST commands via Web.Contents() calls (for POST specify a "content" payload).
You can use Power BI URL buttons too, but only for GET calls, and you can't process the returned data in DAX.
@dolicd Power Query supports HTTP GET and POST commands via Web.Contents() calls (for POST specify a "content" payload).
You can use Power BI URL buttons too, but only for GET calls, and you can't process the returned data in DAX.
User | Count |
---|---|
5 | |
3 | |
2 | |
2 | |
2 |
User | Count |
---|---|
11 | |
7 | |
5 | |
4 | |
4 |