Forum Discussion

EmoTrans's avatar
EmoTrans
Data Storage
04-17-2023

Dashboard filter conditional on multiple dimensions

Hi Everyone,

is there a way to create a dashboard filter like this:

where Origin Country = Germany OR Destination Country = Germany?

Thx for your help!

B RGDS

Hendrik

2 Replies

Replies have been turned off for this discussion
  • Hi EmoTrans ,

    Not sure if you tried Angelina's solution, which is certainly the most flexible. If it does not work for you, there are solutions based on your data model. For instance in your case you could use one of those two models :

    1. concatenate origin and destination countries => you can then use a filter on string, using "contain" and "or"
    2. use a dimension country with two fields : country name and type with two values : origin or destination

    Hope this helps.

    Best, David