Code
Age Group = SWITCH(
TRUE(),
[Age] <= 25, "18-25",
[Age] <= 35, "26-35",
[Age] <= 45, "36-45",
"46+"
)A workforce demographics dashboard enables HR professionals to visualize and analyze the composition of their workforce, focusing on diversity, age distribution, and other demographic attributes. These dashboards provide actionable insights into the organization’s diversity initiatives, workforce planning, and retention strategies.
Workforce demographics dashboards in Power BI are interactive and customizable, allowing HR professionals to dynamically explore employee data. By aggregating data into visually intuitive charts and graphs, these dashboards empower HR to make data-driven decisions.
Visualization: Pie Chart or Donut Chart
Gender to the Legend field.Employee ID to the Values field and set it to Count.Visualization: Stacked Bar Chart
Age Group to the Axis field.Department to the Legend field and Employee ID to the Values field.Visualization: Map
Location to the Location field.Employee ID to the Size field and set it to Count.Visualization: Line Chart
Tenure Group to the Axis field and Employee ID to the Values field.Visualization: Clustered Bar Chart
Job Role to the Axis field and Gender to the Legend field.Employee ID to the Values field and set it to Count.Design an interactive dashboard to visualize key workforce demographics metrics.
Gender as the legend and Employee ID as the value.Age Group as the axis, Department as the legend, and Employee ID as the value.Location as the field and Employee ID as the size.Tenure Group as the axis and Employee ID as the value.Department and Location to filter the visuals.