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

Calculated dimension

Hello,

can be excluded one field from dimension in presentation layer by calculated dimension?

1 Solution

Accepted Solutions
swuehl
MVP
MVP

Do you mean excluding one field value from a dimension?

Like

=if (Month <> 12, Month)

to exclude December from Month dimension in a calculated dimension?

Or do you want something else?

View solution in original post

2 Replies
swuehl
MVP
MVP

Do you mean excluding one field value from a dimension?

Like

=if (Month <> 12, Month)

to exclude December from Month dimension in a calculated dimension?

Or do you want something else?

Not applicable
Author

Thank you!