Hi,
I'm having an issue with my filter. When I click this, it did not filter the pie chart.
What should I do to fix this? Thank you
I want the bar chart as a filter. So, when I click 4Wk Sales Ty, it's going to change the parameter "Time Period New" to rolling 4.
when I click 8Wk Sales Ty, it's going to change the parameter "Time Period New" to rolling 8.
4 answers
Hi @Javier Sutanto ,
You have to use parameter action instead.
#1 Change the data type of the parameter to the string and set the values as same as the fields you are using.
#2 Set the parameter action with the measure names.
The result:
Hope this helps.