Forum Discussion

ducky's avatar
ducky
Icon for Advocate I rankAdvocate I
1 year ago
Solved

Fabric Capacities & PBIP & compatibility with PowerBI Rest API

Hi all

 

We are now on the PBI embedded capacities using Powerbi Rest APIs to deploy our products ( held now in PBIX) Power BI REST APIs for embedded analytics and automation - Power BI REST API | Microsoft Learn

 

We want to move to use PBIP format, GIT integration and Fabric capacities but we will need to do a fair amount of custom deployments so via APIs. 

 

From what I was reading PBIP can be deployed only using fabric APIs and Fabric capacities also only work with fabric APIs. 

 

Is that correct or is there a backwards compatibility with the (older) PowerBI rest APIs? 

  • I've only used the pbi API via pbitools

    Fabric API have been mostly painless. No problems with TMDL, some funny edge cases with PBIR. If you stick with report.json and model.bim you should be fine 

9 Replies

  • Deku's avatar
    Deku
    Icon for Super User rankSuper User

    Power BI API only works with phix. Pbip can be deployed with fabric API or git integration. This can be on a P or F capacity, not tested with A sku but assume would still be fine. While the Fabric API have the Fabric name, they are not limited to Fabric, but instead are design to accommodate the idea of dealing with all the different item types that can be created in Fabric, and therefore are more abstracted that the Power BI ones

  • ducky's avatar
    ducky
    Icon for Advocate I rankAdvocate I

    Deku  - thanks ! Thats what I was expecting. 

    Have you dealt before with a switch from the PBI API for PBIX to Fabric API and PBIP ? 

    Wondering if there are anything that is critical to know before starting such a transition. 

    • Deku's avatar
      Deku
      Icon for Super User rankSuper User

      I've only used the pbi API via pbitools

      Fabric API have been mostly painless. No problems with TMDL, some funny edge cases with PBIR. If you stick with report.json and model.bim you should be fine 

      • ducky's avatar
        ducky
        Icon for Advocate I rankAdvocate I

        thats interesting about PBIR. Mind if I ask you what were those edge cases?