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

Power BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.

Reply
SimonJF
Frequent Visitor

Group and Transpose a Table

Hi Folks,

I'm really keen to figure out an efficient way to solve the following data transformation challenge.

 

I have a monthly report which provides Employment Status (NEW or EW) for a list of Employees structured like this:

image.png

 

1. My first requirement is to determine which employees have changed status from NEW to EW

2. My second requirement is to count how many months they've been "EW" for.

 

The table below shows the transformation required (req 1), with the last column containing the count of months, as per req 2 above

image.png

 

I can achieve this, but in a very convoluted way (e.g. searching and replacing NEW and EW with zeros and ones, then pivoting, then replacing back the values). There must be a better way! Any help much appreciated.

1 ACCEPTED SOLUTION
v-yuezhe-msft
Microsoft Employee
Microsoft Employee

@SimonJF,

Please check the following PBIX file.
https://1drv.ms/u/s!AhsotbnGu1Nok3NaWmXqRMpE6DBW

Regards,
Lydia

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

View solution in original post

5 REPLIES 5
v-yuezhe-msft
Microsoft Employee
Microsoft Employee

@SimonJF,

Please check the following PBIX file.
https://1drv.ms/u/s!AhsotbnGu1Nok3NaWmXqRMpE6DBW

Regards,
Lydia

Community Support Team _ Lydia Zhang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Anonymous
Not applicable

The file is not available any more

Lydia, that is fantastic - very efficient way of doing it. Really appreciate your help. Some great techniques in the .pbix you created. Superstar.

dilumd
Impactful Individual
Impactful Individual

Hi @SimonJF,

 

I have tired your case with group function in Power BI, just check whether you’re looking for something like this?

 

Power Bi Help.JPG

Thanks Dilumd for taking the time.

Unfortunately that doesn't get me the time series table with Month as columns and a unique row of employee name where they have converted from NEW to EW.

Helpful resources

Announcements
June 2025 Power BI Update Carousel

Power BI Monthly Update - June 2025

Check out the June 2025 Power BI update to learn about new features.

June 2025 community update carousel

Fabric Community Update - June 2025

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