Forum Discussion
Strange problem with slicer and visual
I have a rather strange problem with a slicer and a visual. I have a slider slicer with a pie chart visual. When I move the left side of the slicer the visual disappears completely. If I move the right side of the slicer I can still see the visual. Either way, nothing changes with the visual although with the boxed type slicer it changes. Anyone ever seen something like this before?
14 Replies
- v-gizhi-msft
Community Support
Hi,
According to your description,
For the first problem that the visual disappear when you move to the left side, I create some data and measure to test:
Index = GENERATESERIES(0, 10, 1)
Measure = Index*0.5
When I move the slicer single value to the left side, it shows blank:
So check whether you used single value as slicer and to calculate.
For your second problem that visual has no changing when move to right side,
Please check your pie chart visual’s filter:
And remember to enable the interaction between slicer and pie chart visual.
Best Regards,
Giotto Zhi