Filtering customers

deankavon

New Member
Joined
Nov 21, 2012
Messages
23
hi!

I've used a measure to mark my customers as "Active" and "Not active". The "active" set returns a value of 1, while the "not active" returns a 0..

Now, is there a way to filter these "not active" customers out of the pivot table? not to show them at all? The table gets huge if it shows the "not active" customers.

My formulas goes like this:

For new customers:

=CALCULATE('RVC Reports'[CUSTOMERS TILL NOW]-'RVC Reports'[PREVIOUS CUSTOMERS])

For previous customers:

=CALCULATE('RVC Reports'[DISTINCT CUSTOMERS];DATESBETWEEN(DATES[FullDate];BLANK();MIN(DATES[FullDate])-1))

For distinct customers:

COUNTROWS(DISTINCT('RVC Reports'[BOOKING PARTY]))

For Customers till now (all):

=CALCULATE('RVC Reports'[DISTINCT CUSTOMERS];DATESBETWEEN(DATES[FullDate];BLANK();MAX(DATES[FullDate])))



Any help would be appreciated!
 

Excel Facts

Test for Multiple Conditions in IF?
Use AND(test, test, test, test) or OR(test, test, test, ...) as the logical_test argument of IF.
Hi Deankavon,

can't you just move the "active/not active" column to the "Filter" part of your pivot table? Otherwise, could you please post a link to your (anonymized/simplified) file on e.g. dropbox/skydrive/etc?

Cheers,

Koen
 
Upvote 0

Forum statistics

Threads
1,223,989
Messages
6,175,808
Members
452,670
Latest member
nogarth

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