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

How to restrict a particular dimension in bar chart

hi,

          i have a database in which a dimension has  3 different values i want to restrict a single value in the dimension.....

eg:

Dimension         

a

b

c

in my chart i want to restrict b

1 Reply
kaushiknsolanki
Partner Ambassador/MVP
Partner Ambassador/MVP

Hi,

   Use set analysis in your expression.

   For example you have expression as sum(Value) then use below expression.

   sum({$<Dimension = {"b"}>}Values)

Regards,

Kaushik Solanki

Please remember to hit the 'Like' button and for helpful answers and resolutions, click on the 'Accept As Solution' button. Cheers!