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 September 15. Request your voucher.
Hey,
I'd like to execute Power BI pipeline on demand using a rest api.
The pipeline type I'm referring to is described here https://learn.microsoft.com/en-us/fabric/data-factory/create-first-pipeline-with-sample-data
I've only found info how to use rest api against deployment pipelines or old fabric data factory one, but none of that seems relevant for this type of pipeline.
On this thread https://community.fabric.microsoft.com/t5/Data-Pipeline/Execute-Data-Pipeline-Via-API/m-p/3740462#M2... at the end I've found this info from April: "Unfortunately fabric Data pipeline APIs have yet not been exposed owining to which it is currently not possible to trigger the fabric data pipeline any way other than manual process or scheduled trigger".
Can anyone confirm that is the case? if so is there any schedule on releasing api for this?
Thank you,
Lukasz
Solved! Go to Solution.
Hi, @udione
As of now, there's no public REST API to trigger the specific type of Power BI Fabric data pipeline you mentioned. The available APIs are primarily used for deployment pipelines and other Power BI items. You can check the following link:
Deploy a Power BI project using Fabric APIs - Microsoft Fabric REST APIs | Microsoft Learn
Unfortunately, the information in the threads you found is still accurate: the Fabric Data Pipeline API is not yet exposed, so these pipelines can only be triggered manually or via schedule triggers.
Automate deployment pipelines with APIs for Power BI items - Microsoft Fabric | Microsoft Learn
There is no official announcement on the release schedule for these APIs. It's a good idea to keep an eye on the Microsoft Fabric documentation and the Power BI community forums for any updates.
How to Get Your Question Answered Quickly
Best Regards
Yongkang Hua
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Where you able to achive this ? Can you please help me with solution
I haven't managed to go back to the topic yet. Recently I've got this message from our contact at MSFT:
See Fabric data pipeline public REST API (Preview) - Microsoft Fabric | Microsoft Learn. Please be aware this is Preview API and canbe changed until reach the GA.
I think this refers to the bit below, but I haven't checked that out yet.
POST https://api.fabric.microsoft.com/v1/workspaces/<your WS Id>/items/<pipeline id>/jobs/instances?jobType=Pipeline
Body:
{
"executionData": {
"parameters": {
"param_waitsec": "10"
}
}
}
Hi, @udione
As of now, there's no public REST API to trigger the specific type of Power BI Fabric data pipeline you mentioned. The available APIs are primarily used for deployment pipelines and other Power BI items. You can check the following link:
Deploy a Power BI project using Fabric APIs - Microsoft Fabric REST APIs | Microsoft Learn
Unfortunately, the information in the threads you found is still accurate: the Fabric Data Pipeline API is not yet exposed, so these pipelines can only be triggered manually or via schedule triggers.
Automate deployment pipelines with APIs for Power BI items - Microsoft Fabric | Microsoft Learn
There is no official announcement on the release schedule for these APIs. It's a good idea to keep an eye on the Microsoft Fabric documentation and the Power BI community forums for any updates.
How to Get Your Question Answered Quickly
Best Regards
Yongkang Hua
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.