Forum Discussion
Anonymous
6 years agoNot applicable
Dynamically changing the values based dimen
I was going through this post https://community.powerbi.com/t5/Community-Blog/Dynamically-change-the-information-within-a-visual-via-a-slicer/ba-p/87027 I need to achieve a similar kind of funct...
umanbr
6 years agoFrequent Visitor
You can create disconnected slicer using dimension and create a new measure using switch . measure=switch(true(),selectedvalue(table[column]="dimension1",measure to be displayed,...........))