Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
=if(Vchannel='Domestic',sum({<Date={'$(=date(WeekStart(Today()-7)))'},[Product Category]-={'B Box','C Box','D Box'}>}[DOM.MTD Sales Units]))
2. Below are the expressions I used on my filter pane for Product category and Product Category Total Dimensions
=If(not Match([Product Category], '', 'B Box','C Box','D Box'),[Product Category])
=If(not Match([Product Category Total], 'Box Total'),[Product Category Total])
So when I apply a button to clear selections from the Product category and Product Category Total filter panes, it seems like the clear option is not working. I have added to two actions to the Button- one to clear selections from Product category field and another action to clear selections from Product Category Total field.
Could someone please help why the Button action is not working in this case?
P.S. KPI measure, Filter Pane, Chart and the Button are in the same alternate state.
It seems like when I apply if and match conditions to the filter pane to exclude some values, the button actions seems to be not working
Thank you
I have created a duplicate field which should have the required filter values and used on this on the filter pane. And applied Button action to this new field and it works now. Seems like when I apply condition to the filter pane and Button action wont work.
I have created a duplicate field which should have the required filter values and used on this on the filter pane. And applied Button action to this new field and it works now. Seems like when I apply condition to the filter pane and Button action wont work.