I have orders table from tableau superstore data, and I created order series number. Created a tableau stacked bar chart like below snapshot, segment is on colors and # of users in numbers.
If click on consumers 404 in 2nd order series, I want to see the further journey as stacked bar chart with segment of those 404 users from their order series 3 to n.
If this possible please help me with solution.
Hi Chris, I worked it out using set actions.
I have created duplicate sheet as side-by-side chart and added orderid into details and created empty set on orderid and respective set action to capture orderid's into the set. so that 404 ordered users will be in set and from that set i created their further orders list based on order series.
I might have confused you with my requirement, apologies for that, Thanks for your response.