Forum Discussion
Visual Interaction not working
Hey,
I have a report with a funnel visualization. For some reason when I select a data point on the visual it doesn't filter or highlight the other visuals on the report page. Also, whenI try to see the underlying data point as a table for a particular data point, it shows me all the data that make up the report instead of just the information that's associated the data point selected. What could I be doing wrong?
5 Replies
- themistoklisCommunity Champion
Select the visual
Go to Format and click the 'Edit Interactions' to see how filtering this object interacts with the other objects
- dreaves1Helper II
Within the edit interaction for the funnel visual I've set the other visuals to filter but nothing happens.
- amitchandakSuper User
dreaves1 , In funnel you have used all measures or you have used group with meaures ?
if you have used all measure you wil get this kind of behaviour.
if not.
Can you a sample pbix after removing sensitive data.
- dreaves1Helper II
No measure are applied. The funnel shows the number of candidates that made it through each step in the process. That have a 1 for each step they been in. Each step is a conditional column
New Step Historical Recruiter Step Historical First Interview Historical Second Interview Historical Offer Step Historical Hire Step Candiate Name Capability 1 John Doe Business 1 1 Jane Doe IT 1 1 1 Travis Baker Engineering 1 1 1 1 1 1 Tony Hawk Engineering 1 1 1 1 1 Travis Porter Engineering - v-deddai1-msftCommunity Support
Hi dreaves1 ,
Based on my test, you need to unpivot your source table and put all steps in on column :
And put the new column to 'Group', it will interact as you want.
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Best Regards,
Dedmon Dai