Top 10 Filter

NikkiR

New Member
Joined
Aug 6, 2014
Messages
3
I'm trying to filter to the Top 10 sales opportunities however because the names of the opportunities have been entitled the same name they are being grouped together in the table.

So that I can get the individual opportunities, I have added the opportunity ID to the table and filtered on the top 10 using this field, however this field then appears in the chart I am creating.

Is there any way to hide this field in the chart but keep the name field? Or is there a better method than what I've been using?
 

Excel Facts

Wildcard in VLOOKUP
Use =VLOOKUP("Apple*" to find apple, Apple, or applesauce
There is probably a way to handle this in straight excel, but I am lame at that :) I know in a pivot table, you can use the Value Filter to filter by columns that are not in the table... but I'm less sure on charts.

I suspect there is a path using TOPN as a filter to calculate, example (that I doubt actually works but gives the idea...)

Top10OppyDollars := CALCULATE([OpportunityDollars], TOPN(10, VALUES(Customers[OppyId]), [OpportunityDollars])
 
Upvote 0

Forum statistics

Threads
1,224,115
Messages
6,176,467
Members
452,728
Latest member
mihael546

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