Anonymous
5 years agoNot applicable
Status:
New
Expression-based (dynamic) titles in slicers do not work
Simple setup: Two column, two row table: and a measure: Measure = if(selectedvalue('Table'[Column1])="A","A is selected",if(selectedvalue('Table'[Column1])="B","B is selected","Multiple Sel...
Anonymous
5 years agoNot applicable
In further investigation, it appears that one slicer's title will dynamically react to another slicer's selection. It's just that the evaluation of a measure based on a slicer's own value won't change its own title -- it seems the evaluation operation isn't reflexive.
And then, when "A" is also selected in the second slicer, the original slicer's title will change: