Skip to content

itsmecevi/human-resources-sample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

human-resources-sample

This is a Doku for human-resources sample with Power BI.

Source: https://docs.microsoft.com/en-us/power-bi/sample-human-resourcesfrom http://obvience.com/

The dataset: Click here

Before going further, we need understand the concept of the data model, please read the link below: https://en.wikipedia.org/wiki/Data_model

This analysis contains 9 entity (table) and every table has attribute to.

  1. age group
  • Attribute: AgeGroupID, AgeGroup
  1. gender
  • Attribute: ID, Gender, Sort
  1. ethnicity
  • Attribute: Ethnic Group, Ethnicity
  1. date
  • Attribute: Date, Month, MonthNumber, Period, PeriodNumber, Qtr, QtrNumber, Year, Day, MonthStartDate, MonthEndDate, MonthIncrementNumber
  1. separation reason
  • Attribute: SeparationTypeID, SeparationReason
  1. pay type
  • Attribute: PayTypeID, PayType
  1. FP
  • Attribute: FP, FPDesc
  1. bu
  • Attribute: BU, RegionSeq, VP, Region
  1. employee_fact
  • Attribute: date, EmplID, Gender, Age, EthnicGroup, FP, TermDate, isNewHire, BU, HireDate, PayTypeID, TermReason, AgeGroupID ,TenureDays, TenureMonths, BadHires

Let's make the data model from the 9 entity. Just drag every Primary Key of the entity in power pivot or power bi data model

human-resources-data-model

Below are the measure of every graph,

Note! we use the format of table and attribute with DAX language

Extras: Quick Guide DAX


Drag this entity for every graph: . . .coming soon!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published