Download the Power BI template of a cube.
Generates the Power BI template (.pbit) file of the given cube. The file holds no data: it carries the connection information and the field metadata Power BI needs to open the cube, with hierarchies mirroring the cube’s own hierarchies. The SQL port embedded in the file, the way the exposed columns name the cube levels and the number of decimal places of the measures are read from the atoti.server.sql-bridge.port, atoti.server.sql-bridge.levelNameMode and atoti.server.sql-bridge.pbit.decimal-precision properties of the application, not from this request.
Path Parameters
Id of the cube to export.
Body
Options used to generate the Power BI template.
Hostname or IP address Power BI uses to reach the SQL endpoint of Atoti Server. It is embedded in the generated file, so it must be reachable from wherever Power BI runs.
Response
The generated .pbit file, as an attachment named after the exported cube.
The response is of type file.