SOLVED

Sorting Multiple values in PivotTable

Copper Contributor

Hi all,

 

I am trying to make a scheduling pivot. The data is sorted by location, name, and days of the week. Currently when I try to sort the data by checking the time value I want it removes the options from the other columns as well.

 

Is there a way to get each column to sort independently?

 

As you can see below, when I select "Off" for 9/12 it changes all of the values for the other columns as well. The count of managers is much higher when Saturday is not sorted. I need each column to work Independently.

Flambert86_0-1600021895582.png

 

Any help would be much appreciated!

1 Reply
best response confirmed by Flambert86 (Copper Contributor)
Solution

@Flambert86 

I guess we speak about filtering, not sorting. Current filter looks like

Count all managers for the days who is OFF on Saturday. Other words, for Wednesday you count managers who are in on Wednesday AND off on Saturday.

 

Not sure what exactly you'd like to calculate, perhaps you'll need to add data to data model and use DAX measures for calculations.

1 best response

Accepted Solutions
best response confirmed by Flambert86 (Copper Contributor)
Solution

@Flambert86 

I guess we speak about filtering, not sorting. Current filter looks like

Count all managers for the days who is OFF on Saturday. Other words, for Wednesday you count managers who are in on Wednesday AND off on Saturday.

 

Not sure what exactly you'd like to calculate, perhaps you'll need to add data to data model and use DAX measures for calculations.

View solution in original post