Don't miss your chance to take exam DP-600 or DP-700 on us!
Request nowLearn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
Hi all,
Need help with all below customer fields that do not have any direct relation with Employee data but it is summary.
Somehow I'm not able to populate numbers against these fields
custom fields table created outside using Datatable{} Dax:
raw staffing data.
L4 has common name for all employees but L5 has 5 different managers. they all should appear next the Staffing KPI in individual Columns for each. and numbers should be derived from below table in new datatable.
it should be like below excel version.
| SrNo | Staffing KPI | L4 Manager | L5 Manager 1 | L5 Manager 2 | L5 Manager 3 | L5 Manager 4 | L5 Manager 5 |
| 1 | Total Staff | 240 | 98 | 45 | 41 | 46 | 10 |
| 2 | Senior (Ex Director) | 15 | 4 | 3 | 5 | 2 | 1 |
| 3 | People Managers | ||||||
| 4 | Non Managerial | ||||||
| 5 | Graduate | ||||||
| 6 | Expat | ||||||
| 7 | Employee | ||||||
| 8 | Veterans in same role for 5+ years | ||||||
| 9 | Same Role/Seniority reporting | ||||||
| 10 | Managers with LT 5 emps | ||||||
| 11 | Team Leads with LT 2 emps | ||||||
| 12 | Gender Diversity - Female population | ||||||
| 13 | Staff at approved locations (DLS, ATL, Mx, IND, STL) | ||||||
| 14 | Working from home | ||||||
| 15 | Customer site | ||||||
| 16 | Senior Non Manager |
Hi @surajde ,
I can't understand you correctly. please provide more details with your desired output and pbix file without privacy information (or some sample data).
How to Get Your Question Answered Quickly
Best Regards
Community Support Team _ Rongtie
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
@Anonymous
I have created Datatable using below dax for my custom values that are not present in the raw data.
| Manager of Managers |
| Manager |
| Manager of Org |
for Senior Ex Director count use below reference
| Role | Employee Role Seniority |
| Solution Integration & Implementation Line Manager | One level of Seniority |
| Services Business Leader | Experienced |
| Program Manager | Experienced |
| Technologies Line Manager | One level of Seniority |
| Software Engineering Line Manager | One level of Seniority |
| Service Delivery Lead | Advanced |
| Software Architect | Advanced |
using this I should get count against each L4 or L5 manager as shown in the last image of the original post.
it should be like below
| SrNo | Staffing KPI | L4 Manager | L5 Manager 1 | L5 Manager 2 | L5 Manager 3 | L5 Manager 4 | L5 Manager 5 |
| 1 | Total Staff | 240 | 98 | 45 | 41 | 46 | 10 |
| 2 | Senior (Ex Director) | 15 | 4 | 3 | 5 | 2 | 1 |
| 3 | People Managers | 35 | 10 | 15 | 5 | 3 | 2 |
| 4 | Non Managerial | ||||||
| 5 | Graduate | ||||||
| 6 | Expat | ||||||
| 7 | Employee | ||||||
| 8 | Veterans in same role for 5+ years | ||||||
| 9 | Same Role/Seniority reporting | ||||||
| 10 | Managers with LT 5 emps | ||||||
| 11 | Team Leads with LT 2 emps | ||||||
| 12 | Gender Diversity - Female population | ||||||
| 13 | Staff at approved locations (DLS, ATL, Mx, IND, STL) | ||||||
| 14 | Working from home | ||||||
| 15 | Customer site | ||||||
| 16 | Senior Non Manager |
@Anonymous please share your email so that I can send you sample raw data and expected output in BI using reference tables or calculation from raw data.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
Check out the February 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 53 | |
| 49 | |
| 33 | |
| 16 | |
| 15 |
| User | Count |
|---|---|
| 85 | |
| 70 | |
| 38 | |
| 28 | |
| 25 |