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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
Petecart77
Helper I
Helper I

Average Span of control

Hi there,

Trying to find a solution to a report issue i am facing......
I am looking to create a report in PBI which summarises the org structure in terms of number of layers and average span of control for each layer.

I currently have a summary which shows the number of layers with total employees and total managers at each layer but need to add in the average span of control.

Span of control is defined as the number of direct reports per manager. However, the solution i will need for the summary will need to calculate the number of employees to managers at different levels.
For example the average span of control at layer 4 will need to divide the number of employees at layer 5 by the number of managers at layer 4 (see below example in excel)

 

LayerEmployeesManagersAv. Span of Control
1189
2957.4

3

37213.9
482326.1
5195517.4
637678 
    

Hoping you can help...... 🙂

1 ACCEPTED SOLUTION
v-deddai1-msft
Community Support
Community Support

Hi @Petecart77 ,

 

Would you please refer to the calculated column:

Av. Span of Control = VAR a  = CALCULATE(SUM('Table'[Employees]),FILTER('Table','Table'[Layer] = EARLIER('Table'[Layer])+1)) return IF(ISBLANK(a),BLANK(),ROUND(a/'Table'[Managers],1))

 

Capture3.PNG

 

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

 

Best Regards,

Dedmon Dai

 

View solution in original post

3 REPLIES 3
v-deddai1-msft
Community Support
Community Support

Hi @Petecart77 ,

 

Would you please refer to the calculated column:

Av. Span of Control = VAR a  = CALCULATE(SUM('Table'[Employees]),FILTER('Table','Table'[Layer] = EARLIER('Table'[Layer])+1)) return IF(ISBLANK(a),BLANK(),ROUND(a/'Table'[Managers],1))

 

Capture3.PNG

 

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

 

Best Regards,

Dedmon Dai

 

Greg_Deckler
Super User
Super User

@Petecart77 Sorry, having trouble following, can you post sample data as text and expected output?
Not really enough information to go on, please first check if your issue is a common issue listed here: https://community.powerbi.com/t5/Community-Blog/Before-You-Post-Read-This/ba-p/1116882

Also, please see this post regarding How to Get Your Question Answered Quickly: https://community.powerbi.com/t5/Community-Blog/How-to-Get-Your-Question-Answered-Quickly/ba-p/38490

The most important parts are:
1. Sample data as text, use the table tool in the editing bar
2. Expected output from sample data
3. Explanation in words of how to get from 1. to 2.


@ me in replies or I'll lose your thread!!!
Instead of a Kudo, please vote for this idea
Become an expert!: Enterprise DNA
External Tools: MSHGQM
YouTube Channel!: Microsoft Hates Greg
Latest book!:
The Definitive Guide to Power Query (M)

DAX is easy, CALCULATE makes DAX hard...

Hi @Greg_Deckler ,

 

I have reposted the message which is hopefully clearer but let me know if not....

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.