Context: I am creating a project management dashboard. We have many Projects under 1 Product - a many to 1 relationship. For example, Consumer Mobile App is 1 Product, but there can be many projects under this Product/Category, e.g. check-out process, product catalogue, etc.
I want to create a Pie Chart, where when I select 1 project on table, the Pie Chart will show me all the projects under the common Product as the project I initially selected in the table. Relating it back to the example provided in the context. If I select "Check-out Process," the Pie Chart will illsutrate all of the projects under "Consumer Mobile App."
Another layer to this would be, if no projects are selected, I'd like the pie chart to show nothing.
Thank you everyone for your help.
Question: How do I do this? Do I create a new masure, is this possible?
hi @hhhsuscchk ,
Consider you have table like this below
Create a calculated column
When None selected
Hope this helps!!!
Kindly accept the solution if it works!!! and give Kudos if you like!!!
Hello,
Thank you very much for your assistance! A few points to clarify.
1. Is this possible if selections are made on values of another chart, e.g. another pie chart, or bar chart.
2. Is it possible for the Pie Chart to show the breakdown of the US by the States?