This repository hosts the Power BI Dashboard for monitoring Health & Safety, Quality, and Depot Inspections. It helps operational teams improve visibility into inspection outcomes, non-conformance events, and inspector performance.
(./2e844c39-df7d-44d8-b0b5-ff04a3dc29a6.png)
The dashboard integrates inspection datasets across three key domains:
- ๐ Health & Safety
- ๐งช Quality Compliance
- ๐ข Depot Performance Audits
It supports:
- Issue identification by type (Minor, OFI, Major)
- Inspector accountability
- Location-based inspection results
- Dynamic date and Business Area slicers
- Treemap for operative-level activity
- Integrated Bing Maps
- Colored data points for defect severity
- Image tooltips: Hover over location pins to preview photos of non-conformance
- Total inspections
- Count of Minor, OFI, Major findings
- Section to show notes or comments for context
- Futuristic purple background and card-style visuals for better readability and presentation
-- OFI Count OFI Count H&S = COALESCE( CALCULATE( COUNTROWS('H&S'), FILTER('H&S', 'H&S'[defect_rating] = "OFI") ), 0 )
Minor Count H&S = COALESCE( CALCULATE( COUNTROWS('H&S'), FILTER('H&S', 'H&S'[defect_rating] = "Minor") ), 0 )
Major Count H&S = COALESCE( CALCULATE( COUNTROWS('H&S'), FILTER('H&S', 'H&S'[defect_rating] = "Major") ), 0 )
File Name | Description |
---|---|
H&S_Quality_Inspection.pbix |
Main Power BI dashboard file |
README.md |
This documentation |
โ ๏ธ Sample data has been anonymized for demonstration. Replace with your data if replicating this dashboard in your environment.
- Clone this repo or download the
.pbix
file - Open in Power BI Desktop
- Connect your own datasets or review sample visualizations
- Hover over map points to view image-based tooltip
- Publish to Power BI Service if needed
Contributions and ideas are welcome! Feel free to raise issues, suggest enhancements, or fork and build on this project.
For questions or collaboration, feel free to reach out or connect via GitHub Discussions or linkdin - https://www.linkedin.com/in/sujith-vathsaa-55969416a/.