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?