Filter does not work on all cards in an App

So I have Dataset A which contains 'Customer' and 'Account Number' columns, I created a Beast Mode 'id & customer name' = CONCAT('Account Number, ' ', 'Customer') then use that Beast Mode to create a selection drop down filter card called 'Customer'→ add that to an App

I have a dataflow that is just an unpivot of the Dataset A that I used to create a bar chart → add the chart to the same App. The dataflow also have the original 'Customer', 'Account Number' columns & the Beast Mode 'id & customer name'

but I'm not sure why the filter 'Customer' does not work on the bar chart?

Tagged:

Answers

  • ColemenWilson
    edited October 17

    Ensure that the name of the beastmode is identical in both datasets. Also check that you don't have any filter exceptions in place for that card.

    If I solved your problem, please select "yes" above

  • Thank you, I changed the BeastMode name and it worked