Forum Discussion
Problem with graph interactions
Hello! I hope you're all doing well. I'm facing an issue where I have a column containing multiple terms, separated by commas. There can be up to five terms in a single cell. My goal is to create a bar graph with the terms displayed on the X-axis and the count of these terms on the Y-axis. I successfully created the graph using DAX. It interacts well with other graphs and filters, but unfortunately, the other visuals don't respond to it.
To create the graph, I used an auxiliary table with the terms and a measure (code below). I need help to ensure that this graph interacts properly with the other visuals. The auxiliary table column is in the x-axis, while the measure is in the y-axis.
Auxiliary table:
Please provide sample data that covers your issue or question completely, in a usable format (not as a screenshot).
Do not include sensitive information or anything not related to the issue or question.
If you are unsure how to upload data please refer to https://community.fabric.microsoft.com/t5/Community-Blog/How-to-provide-sample-data-in-the-Power-BI-Forum/ba-p/963216
Please show the expected outcome based on the sample data you provided.
Want faster answers? https://community.fabric.microsoft.com/t5/Desktop/How-to-Get-Your-Question-Answered-Quickly/m-p/1447523
7 Replies
- lbendlinSuper User
Sounds good. Where are you stuck?
- LucasResendeR10Frequent Visitor
Thank you for the response! The new graph isn't interacting with the other visuals on the page, but the other visuals do interact with the new graph when I click on them. I'd like the interaction to be mutual.
- lbendlinSuper User
Can you show your data model? The join arrows can tell you which interactions will be possible.