Is there a way to delete/disable/filter dimension members that are shown as slicer buttons?
Since my data set is huge I cannot display the slicer dimension in my pivottable, and apply a filter there.
Thanks in advance.
sliecr for customer name, for example, and you have one million customers?
Yes, this is what I want to do.
I have loaded my PowerPivot with fact from a SSAS cube. In one of the dimensions, say a Product dimension, I have a product account called "Other" that I want to omit from the dimension/slicer.
NewProductName = IF (
Product[ProductCategory] = "Other",
BLANK (),
Product[ProductName]
)
Alberto, thank you for your commitment to have this sorted out. We are almost down to the core of this.
I am not trying to avoid members in the dimension as in your suggested solution.
I want to omit/delete/hide them altogether from the slicer.
Is it possible to omit/delete/hide the single blank value, making it not visible in the slicer at all?
Maybe a better suited SSAS cube that is a sub set of the original SSAS cube is the best solution?
It is all very simple
It all boils down to this: Can the single blank value button in the slicer be deleted?
Albertos suggestion:
...And then use a slicer on this column, where all of the products with category "Other" will be collapsed in a single blank value....