Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello,
I need to apply a filter that does not affect the first option in the bar chart, but rather keeps the same value in view, while the other options change in relation to the filter that I apply
Who can help me?
Thanks in advance
Try using if() statement and nullify the filter field in your set expression.
if(Dimension='Session_Start', sum({<Filter_Field=>}Sales) , sum(Sales))
Regards,
Aditya