Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

How to exclude data from showing on entire dashboard

is it possible to complete remove data of a field from entire dashboard.

for example I have

the data loaded below .

I would like to completely remove data for Fruit Segment - Apple from entire chart . Since the graph does not have any figures. I am counting the total number of fruits in fruit segment and name .

so it is throwing the number off . Even if i exclude apple in script editor by excluding it . when i count(fruit segment) it still shows up .

3 Replies
Anil_Babu_Samineni

This will throw out entire object for Apple.

Count({<[Fruit Segment] -= {'Apple'}>} Fruit)

Even if i exclude apple in script editor by excluding it . when i count(fruit segment) it still shows up .

Impossible, May be you have case insensitive data. Can you try with UPPER() and do exclude instead of simple ..

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful
mithilesh17
Partner - Creator II
Partner - Creator II

Hi,

You  can try this one into your expression:

If(not Wildmatch(fruit,'Apple'),Count(Fruit))

Regards,

Mithilesh

avinashelite

You need exclude the data from all the table ..i.e. if your eliminating apple data then you need eliminate in fact and Dimension tables also so that it won't affect the count