Filter data only in the last column

Dakku

New Member
Joined
Apr 17, 2020
Messages
1
Office Version
  1. 2016
Platform
  1. Windows
Hello,

is it possible to filter only last column in the table in which columns are not fixed but they depend on the slicer?

I have created the table where in rows are logins of the employees, in columns are numbers of weeks and in values is DAX measure.

I would like to filter only last column by values larger than 4900 and whenever I change the weeks (in slicer) filter will be applied to the last column


Example:
Slicer:
7NMYhMTwRw66HwLeSU7X_temp-T.jpg

my table looks like this:
nameweek1week2week3
login1
8576​
7641​
8765​
login2
6765​
3805​
8842​
login3
8823​
5498​
8002​
login4
6808​
8830​
1525​

this is what I would like to get (values in week3 are larger than 4900)
nameweek1week2week3
login1
8576​
7641​
8765​
login2
6765​
3805​
8842​
login3
8823​
5498​
8002​



then I change the weeks in the slicer:
b2bC55FOQRegEukoOg7c_temp-T.jpg


my table now looks like this:
nameweek2week3week4
login1
7641​
8765​
1352​
login2
3805​
8842​
7503​
login3
5498​
8002​
5003​
login4
8830​
1525​
7531​

this is what I would like to get (values in week4 are larger than 4900)
nameweek2week3week4
login2
3805​
8842​
7503​
login3
5498​
8002​
5003​
login4
8830​
1525​
7531​
 

Excel Facts

Is there a shortcut key for strikethrough?
Ctrl+S is used for Save. Ctrl+5 is used for Strikethrough. Why Ctrl+5? When you use hashmarks to count |||| is 4, strike through to mean 5.

Forum statistics

Threads
1,223,794
Messages
6,174,643
Members
452,575
Latest member
Fstick546

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top