Last updated: 2025-08-27
This repository is a complete, plug‑and‑play Power BI project. Open the PBIX and explore immediately, or preview the PDF in‑browser.
▶️ View the report (PDF): docs/Report.pdf- ⬇️ Download the PBIX: pbix/FactRuns.pbix
- 🎨 Theme: theme/powerbi_theme.json
- 📂 Data (optional refresh): data/ — clean CSV, Excel template, and data dictionary
- 🧮 DAX & Power Query: scripts/ — measures and M code
- Data modeling (star schema, date table, relationships)
- DAX KPIs (on‑time %, reprint %, runtime utilization)
- Time intelligence (MTD/QTD/YTD), context transition
- Visual design for stakeholder consumption (KPI strip + drilldowns)
- Documentation and reproducibility
- Open pbix/FactRuns.pbix in Power BI Desktop → visuals load with included data.
- For quick sharing, point people to docs/Report.pdf.
- (Optional) To refresh with local files, update Transform data → Data source settings to the files in
./data/and Refresh.
.
├─ README.md
├─ pbix/
│ └─ FactRuns.pbix
├─ docs/
│ └─ Report.pdf
├─ data/
│ ├─ 3d_print_runs_clean.csv
│ ├─ 3d_print_data_dictionary.csv
│ └─ BA_portfolio_template.xlsx
├─ scripts/
│ ├─ dax_measures.txt
│ └─ power_query_M.txt
└─ theme/
└─ powerbi_theme.json
All included data is anonymized/sample and safe for portfolio demonstration.