Skip to content

6. Export BI

Select option 6 from the main menu (or run swao export) to generate a structured data export bundle for use in Power BI, Tableau, Excel, or any other BI tool.

Export formats

FormatContentsUse case
CSV (star schema)17 fact and dimension tablesPower BI Desktop, Tableau, Excel
NDJSONNewline-delimited JSON mirror of the CSV tablesData pipelines, dbt, custom tooling
XLSXSingle-workbook rollupQuick review, stakeholder sharing

Pre-built Power BI templates

Two .pbit templates are included in your workspace under wsp/templates/powerbi/:

TemplateEditionPages
swao-report.pbitEnterpriseOverview, Compliance, Signals, Risks, Auditor, Run Stats
swao-portfolio.pbitEnterprisePortfolio overview, heatmap, compliance, risk and 7R, wave sequencing

Open the .pbit file in Power BI Desktop, set SWAOExportPath to your star/ folder, and click Load.

CLI

bash
swao export --app my-app --formats csv,ndjson,xlsx

See also: Publish HTML