Hello,
I want to build visualization with dual axis showing on one bar chart total sales (all categories), and on line chart sales but only for one category (for example Furnitures). How can I apply filter to only one chart? Example attached.
5 réponses
I would use a parameter to select the category then a condition
if [Category]=[Category Parameter] then [Sales] end
see the attached