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

excluding a chart dimension from filtering

I have a line chart that I want to always display all values from month, regardless of how I filter data.

The dimentions are 'Month' and 'knapp_avvikstype', the expression is 'Count(knapp_avvikstype)'

1 Solution

Accepted Solutions
Not applicable
Author

When I used your expression, the chart just went blank.

I tried to use this expression, and it worked.

Count({$<Month>}knapp_avvikstype)

Thanks for putting me on the right path 🙂

View solution in original post

2 Replies
Anonymous
Not applicable
Author

Count({$<Month=}>} knapp_avvikstype)

This should ignore any selection in the Month field

Not applicable
Author

When I used your expression, the chart just went blank.

I tried to use this expression, and it worked.

Count({$<Month>}knapp_avvikstype)

Thanks for putting me on the right path 🙂