Forum Discussion
Saranya3_d
Helper I
6 years agoPie chart data
Hi Experts, Can any one help me on the below issue? Have created a pie chart along with the data table to identify the ticket number details. however, when i click the pie chart, all the data...
amitchandak
Super User
6 years agoSaranya3_d , there can be a couple or reason. You might have used a measure having all like
New Measure = calculate([measure],all(Table))
Or you have stopped edit interaction between two visuals
https://docs.microsoft.com/en-us/power-bi/service-reports-visual-interactions
Saranya3_d
Helper I
6 years agoYes Amit, I have used mesaure option in both the place (pie chart and table format). Is there any option available to see only the selected ticket details in the table?
For Ex: if i selecting "Pending with user" option in the pie chart then the table should show only pending with user tickets. But in my case ,it is showing all the tickets.
Thanks,
Saranya