Problem Statement
Power BI offers multiple APIs to download reports in different formats. I have a project where the decoupling of semantic models and reports is frequent, and therefore while we can download the reports (which end-up live-connected in these instances), we do not have any way to download the model as PBIX except by manually doing so in the Power BI Service.
Ideal solution
While there are no APIs currently that specifically allow for downloading a semantic model as PBIX (the definition can be downloaded, not the data), it would be awesome if Microsoft made the Dataset equivalent of the Export Report In Group API
Alternatives I've considered
I am currently trying to reverse-engineer the process from a HAR file I captured downloading a model from the Power BI Service, which I could share if it helps. This is made complex by the fact that some of the REST calls use a numeric ID for the model and not its GUID, which comes from calls prior to this final URL example
Additional context
This especially applies to migration contexts where we need to get content from one tenant to another and keep a snapshot of the data.
Recent ideas
Data Pipelines - Run only selected activities
For debugging and testing pipeline activities during development, allow us to select one or multiple activities and run only the selected pipeline activities. For example, I'm working on editing ...frithjof_v21 hours agoCommunity ChampionNew618Views11likes2CommentsSemantic model connection bindings should be in source control (Git)
Semantic model data source connection bindings should be source controlled. A semantic model can contain multiple data source references, each of which can be mapped to a separate Fabric data connec...frithjof_v1 day agoCommunity ChampionNew21Views1like0CommentsBulk changing column names in Visualizations Pane
We often use raw/api column names or measures with a set nomenclature to be consistent and to keep track of them but we do not want to display these names in the visuals. Currently we have to change ...vishal1401971 day agoFrequent VisitorNew6Views0likes0Comments