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

Don't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register now.

Reply
ElieK
Helper I
Helper I

Historical Employee Productivity over time

Hello,

 

I've been trying to figure out a way to easily track Employee Productivity over a period of time.

We might have employees work on one (or two) line(s) of the bussiness for a few months, and then move on to another line of the bussiness, as is the contact centre life.

I could formulate an excel file that feeds into PowerBI to assign them teams, but I am struggling with figuring out how to retain the hisotical work of that Employee after they move to work on another line of work.

 

Example

NameWeek StartingDepartment ADepartment BDepartment CDepartment D
Employee A13-OCT-2019YesNoNoNo
Employee B13-OCT-2019NoYesNoNo
Employee C13-OCT-2019NoYesNoNo
Employee D13-OCT-2019NoNoYesNo
Employee E13-OCT-2019NoNoYesNo
Employee F13-OCT-2019NoNoNoYes
Employee G13-OCT-2019YesNoNoNo
Employee A20-OCT-2019NoYesNoNo
Employee B20-OCT-2019YesNoNoNo
Employee C20-OCT-2019YesNoNoNo
Employee D20-OCT-2019NoYesYesNo
Employee E20-OCT-2019NoNoNoYes
Employee F20-OCT-2019NoNoNoYes
Employee G20-OCT-2019NoNoYesNo

 

Any insight on how I can see the Prouctivity of Employee A over this period would be great.

Is there a way to have PowerBI refer to a specific Date and then pull the work that employee did?

 

I would need to be able to scale this to track ~170 Employees, and Assignments could change on a weekly bassis (rarely but they do happen)

 

Hopefully this makes sense

 

Thanks,

Elie

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

Hi @ElieK ,

 

At first, you need to unpivot department columns in the query editor.

Then you could create a measure to show the data.

Measure =
CONCATENATEX (
    FILTER ( 'Table', 'Table'[Value] = "Yes" ),
    'Table'[Attribute],
    ","
)

Here is the result.

 

2-1.PNG

 

Community Support Team _ Eads
If this post helps, then please consider Accept it as the solution to help the other members find it.

View solution in original post

2 REPLIES 2
v-eachen-msft
Community Support
Community Support

Hi @ElieK ,

 

At first, you need to unpivot department columns in the query editor.

Then you could create a measure to show the data.

Measure =
CONCATENATEX (
    FILTER ( 'Table', 'Table'[Value] = "Yes" ),
    'Table'[Attribute],
    ","
)

Here is the result.

 

2-1.PNG

 

Community Support Team _ Eads
If this post helps, then please consider Accept it as the solution to help the other members find it.

Thanks! This worked perfectly!

Helpful resources

Announcements
Las Vegas 2025

Join us at the Microsoft Fabric Community Conference

March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!

Jan25PBI_Carousel

Power BI Monthly Update - January 2025

Check out the January 2025 Power BI update to learn about new features in Reporting, Modeling, and Data Connectivity.

Jan NL Carousel

Fabric Community Update - January 2025

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