Forum Discussion
dreaves1
Helper II
5 years agoVisual 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...
amitchandak
Super User
5 years agodreaves1 , 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.
dreaves1
Helper II
5 years agoNo 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-msft5 years ago
Community 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