Forum Discussion
Anonymous
5 years agoNot applicable
Graph representation
Hi All, Is there a way to represent Graph in same way when we slicer data. When I select an entity from slicer the below graph represnetation is different thought they are exact same setup. Can they be setup in same fashion. Because in presentation viewers were not able to see correctly in Red crossed ones.
1 Reply
- amitchandakSuper User
Anonymous , if you select a value from slicer or filter, then it filters that. So you can have measure that can give you percent
divide([measure], calculate([measure],all(Table)) // All to remove filter . But this will not give fill effect.
Just check do have the option to fill with slicer in edit interactions
https://docs.microsoft.com/en-us/power-bi/create-reports/service-reports-visual-interactions
or use a table inplace of slicer