Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.

Reply
Feba
New Contributor

Help: Visualisation to view Transfer of Employees across Departments based on Organisation Level

Hi,
Problem Statement: I want to be able to visualise the flow of Employees to different Departments based on their Organisational Level.

Data:

Employee NameEmployeeIDOrganisational LevelDepartment
AlanI012B
AlanI013B
BoazI022C
CalebI032C
CalebI033D
DonaldI042A

 

Sample Output:

Feba_0-1759931449330.png

 

Expectations:
1. Organisation Levels

2. Departments at each level

3. Count of Employees moving between departments and levels.

Please help!
Thanks!

 

4 REPLIES 4
GeraldGEmerick
Contributor

@Feba You are missing a column such as an Index column or Date column to define which row comes "first" but you could do something like the following:

Level 1 = COUNTROWS( 'Data' )

Level 2 = COUNTROWS( FILTER( 'Data', [Organisational Level] = 2 ) )

Level 3 = COUNTROWS( FILTER( 'Data', [Organisational Level] = 3 ) )

Thanks for your response @GeraldGEmerick !

I am still unclear if there are any visuals that support/can be used for my use case. 
List of visuals I have tried using (unsucessfully):
1. Hierarchy chart

2. Sankey Chart

3. Decomposition Tree

4. Matrix 


The flow of data between Departments and levels are not supported at the same time.

@Feba I used the Ribbon chart visual for this:

GeraldGEmerick_1-1760021067372.png

 

 

v-veshwara-msft
Honored Contributor II

Hi @Feba ,

Thanks for reaching out to Microsoft Fabric Community.
I tested this using the sample data you provided. After reshaping it to show how employees moved between departments across organisational levels, I merged Level 2 and Level 3 records by EmployeeID and created combined labels like “Level 2 - B” and “Level 3 - D.”

Using the Sankey chart, I was able to visualise the flow between departments and levels in a single view with ribbon thickness based on the number of employees.

 

vveshwaramsft_0-1760000930227.png

 

 

Hope this helps. Please feel free to reach out if this doesn’t meet your requirements.

I’ve attached the PBIX file for your reference.

Thank you.

Helpful resources

Announcements
Users online (25)