Forum Discussion

GwendolineMeta's avatar
GwendolineMeta
Regular Visitor
1 year ago
Solved

[API rest on premise] power BI report pbix data model

hi,  I am developing a data governance software, I don't have the problem with Power BI cloud but my problem below is with Power BI on premise I would like to retrieve the data model of the power...
  • GwendolineMeta's avatar
    GwendolineMeta
    1 year ago

    Hi,

     

    Finally I found a solution. I recovered a part of the pbi-tool.1.1.1 program. I run MSMDSRV.EXE with the right config file, I recover the port of this service. With this port I create a connection string to connect to a TOM server (Microsoft.AnalysisServices.Tabular). This server allows me to recover datamodel from a pbix file.