How to add multiple values in multiple filters within the same field inside a view?

wanted to add something like this but not able to find a correct syntax--

measure: total_revenue {
    type: sum
    sql: ${amount} ;;
    filters:
      [origin: "a", "b",
      parameter: "x", “y”]

0 2 8,980
2 REPLIES 2
Top Labels in this Space
Top Solution Authors