A source-driven portfolio product for operational decision support.
This portfolio product is inspired by the PwC Switzerland Power BI in Data Analytics virtual case experience on Forage. It extends the three case themes into a browser-based decision hub that communicates findings, evidence, and practical next steps for stakeholders.
It is not commissioned, endorsed by, or affiliated with PwC.
Visit the Telecom Customer Operations Decision Hub.
| Area | Product focus | Source material |
|---|---|---|
| Service operations | Call demand, resolution outcomes, and agent performance | Task 1: Call Centre Trends |
| Customer retention | Churn risk signals, customer segments, and intervention priorities | Task 2: Customer Retention |
| Diversity & inclusion | Representation, promotions, performance, and turnover context | Task 3: Diversity & Inclusion |
The hub is a static, source-driven reporting product. scripts/analyze_case_data.py reads the supplied source workbooks and produces site/data/case-metrics.json. The site then renders those metrics as native browser charts, tables, and recommended decision actions.
The live hub is deliberately different from the original Power BI reference files:
- The web product is publicly viewable, responsive, and designed for concise stakeholder reporting.
- The
.pbixfiles remain in the task folders as historical reference materials that can be opened in Power BI Desktop. - Original screenshots in
README assestsare retained as portfolio evidence; the live charts are calculated from the supplied workbooks rather than embedded from an external dashboard service.
Prerequisites: Node.js 20+ and Python 3 with pandas available.
npm run analyze
npm run build
npm run previewanalyze regenerates the auditable metrics JSON, build creates the static dist output, and preview prints the local URL to open.
The repository uses the existing manual Deploy GitHub Pages workflow.
- Push the intended commit to
main. - In GitHub, open Actions and select Deploy GitHub Pages.
- Choose Run workflow, retaining the
mainbranch. - After the run succeeds, verify the live hub.
The workflow regenerates the static site and deploys its artifact; do not commit dist.
- This is portfolio-case data, not a live telecom operating system or a production decision engine.
- The visual relationships are descriptive associations; they do not establish causality.
- The supplied Diversity & Inclusion PBIX reference reports 10.1% turnover. The supplied workbook calculates 9.4% (47 of 500 FY20 leavers); the web hub displays the auditable workbook result and calls out this reconciliation.
Author-created code and documentation are available under the MIT License. The supplied workbooks, PBIX files, reference screenshots, external marks, and other case materials are excluded from that grant; see NOTICE.md.
