Forum Discussion
One graph and multiple-variables
I think you could achieve this behaviour with bookmarks and multiple overlapping graphs, where clicking on a slicer shows relevant graph on the top while hiding others. It would still look like single graph, but it would be in fact multiple graphs. Still whith what you're trying to achieve it seems to be really lot of work, and very difficult to maintain in case of changes
I guess you could also include a flag in the measures to only show them if a specific item is selected and use bookmarks only for changing type of a visual from line to bars
So I'd say it's technically possible, but personally I'd avoid implementing it
Thank you Stachu , yes you are right, after two weeks I achieved to do only one graph (exactly multichart by vidx), and one slicer with 6 differents categories, but only one category at once did work. So I think about a bookmark, and maybe could be a temporary solution.
I read developer documentation and it's possible to do a custom plot by node.js, someone did to achieve it and share your experience about a complete custom dashboard and the time to effort it?
Thank you!