Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
ritvik4BI
Partner - Contributor III
Partner - Contributor III

Excluding a filter from my chart

Hi All,

I am trying to disable a particular filter i.e. Quarter in my chart but I want that my chart should continue to respond to other filters. I am trying to use set analysis.

The code I am writing is Sum( {<xyz, Quarter=>}Sales) where xyz is an expression which is correct.

But this is not working? The filter from Dimension Quarter is still active and filters my chart which I dont want. What am I doing wrong. Is there any alternative way to achieve this? Do let me know!!

 

Thanks.

2 Replies
micheledenardi
Specialist II
Specialist II

Your expression seems correct.

Can you please post some example data and the full expression you're using?

Alternatively try to use this Sum( {<xyz, Quarter={"*"}>}Sales)

Michele De Nardi
If a post helps to resolve your issue, please accept it as a Solution.
MayilVahanan

Hi @ritvik4BI 

where xyz is an expression which is correct.

If xyz is expression, u need to exclude Quarter in that expression too.

Thanks & Regards, Mayil Vahanan R
Please close the thread by marking correct answer & give likes if you like the post.