Build a dashboard (.pbix)
daxops_buildGenerate a Power BI .pbix dashboard from a data source or solution starter, with optional page selection and branding, then save it locally.
Instructions
Build a Power BI .pbix dashboard from an uploaded sourceId or a Solution starter, optionally choosing pages and branding, then download it to disk. Polls to completion (this can take a couple of minutes). Provide exactly one of sourceId or solution. If pages is omitted the engine uses the model's default pages.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| logo | No | an optional base64 logo (a data: URI prefix is fine) | |
| pages | No | ordered page keys (e.g. ["overview","trend","by:Region"]); omit to use the model defaults | |
| theme | No | a theme key from daxops_list_themes | |
| title | No | the report title (also seeds the output filename) | |
| outPath | No | where to save the .pbix - a directory or a full *.pbix path; defaults to ./daxops-<title>.pbix | |
| solution | No | a Solution starter id from daxops_list_solutions | |
| sourceId | No | a sourceId from daxops_upload_data | |
| brandColor | No | a #RRGGBB hex brand colour override |