Skip to content

SuujithVathsaa/PowerBI-HSQ-Inspection-Dashboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

7 Commits
ย 
ย 

Repository files navigation

๐Ÿ› ๏ธ Health & Safety, Quality & Depot Inspection Dashboard โ€“ Power BI

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.

image (./2e844c39-df7d-44d8-b0b5-ff04a3dc29a6.png)


๐Ÿ“Š About the Dashboard

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

๐Ÿง  Key Features

๐Ÿ”น Interactive Filtering

  • Dynamic date and Business Area slicers
  • Treemap for operative-level activity

๐ŸŒ Geo-Mapping with Tooltips

  • Integrated Bing Maps
  • Colored data points for defect severity
  • Image tooltips: Hover over location pins to preview photos of non-conformance

๐Ÿ“ˆ Summary KPIs

  • Total inspections
  • Count of Minor, OFI, Major findings

๐Ÿ’ฌ Inspector Comments

  • Section to show notes or comments for context

๐ŸŽจ Custom Theme

  • Futuristic purple background and card-style visuals for better readability and presentation

!image (./dashboard.png)


๐Ÿงฎ Key sample DAX Measures Used

๐ŸŸฃ OFI Count

-- OFI Count OFI Count H&S = COALESCE( CALCULATE( COUNTROWS('H&S'), FILTER('H&S', 'H&S'[defect_rating] = "OFI") ), 0 )

๐ŸŸฃ Minor Count

Minor Count H&S = COALESCE( CALCULATE( COUNTROWS('H&S'), FILTER('H&S', 'H&S'[defect_rating] = "Minor") ), 0 )

๐ŸŸฃ Major Count

Major Count H&S = COALESCE( CALCULATE( COUNTROWS('H&S'), FILTER('H&S', 'H&S'[defect_rating] = "Major") ), 0 )


๐Ÿ—ƒ๏ธ Files

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.


๐Ÿš€ Getting Started

  1. Clone this repo or download the .pbix file
  2. Open in Power BI Desktop
  3. Connect your own datasets or review sample visualizations
  4. Hover over map points to view image-based tooltip
  5. Publish to Power BI Service if needed

๐Ÿค Contributing

Contributions and ideas are welcome! Feel free to raise issues, suggest enhancements, or fork and build on this project.


๐Ÿ“ฌ Contact

For questions or collaboration, feel free to reach out or connect via GitHub Discussions or linkdin - https://www.linkedin.com/in/sujith-vathsaa-55969416a/.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published