Forum Discussion
Anonymous
4 years agoNot applicable
Select different graph with the same slicer
Hello Community, I have a slice and a line chart, I have the good results when selecting zones from my slicer one by one, but when selecting all it does not showing me the right data because I sh...
amitchandak
4 years agoSuper User
Anonymous , isfiltered and hasonevalue can help you
if(isfiltered(Table[Column]), [Measure1], [Measure2] )
https://powerpivotpro.com/2013/03/hasonevalue-vs-isfiltered-vs-hasonefilter/