Forum Discussion
Graph with values as interactable
Is it possible to have two charts interact if it has values instead of categories/axis.
I have two charts: One clustered column chart with 4 values and the other one is a line chart with Month on axis and same 4 values.
When I click on a value in the column chart, I would like the line chart to show only one value. Currently its not interacting.
Is there a way to do this?
Hi acbg,
The interaction/relationship between charts is based on related columns. In addtion, some chart doesn't support measure while some charts support. So if you need to use measure to filter other chart, there should be related columns.
Regards,
Jimmy Tao
5 Replies
- v-yuta-msftCommunity Support
Hi acbg,
Are both visuals based on same columns in your report? If they are, please click Format-> edit interactions and check if the right-top hand icon in the stacked column visual has been disabled.
Regards,
Jimmy Tao
- acbgResolver III
Hi v-yuta-msft
No they are not disabled.
I only see it working interactable if there is category.
It does not seem to work if its just column values/measures. Is that by design?
- v-yuta-msftCommunity Support
Hi acbg,
The interaction/relationship between charts is based on related columns. In addtion, some chart doesn't support measure while some charts support. So if you need to use measure to filter other chart, there should be related columns.
Regards,
Jimmy Tao