How do I show Comments in a measure?
My goal is to dynamically show the value of a column in a text box (or whaterever visual)
I have 4 fields with comments
[comment1] [comment2] [comment3] [comment4]
and 4 variables
[Level1] [Level2] [Level3] [Level4]
I use the levels as slicers,
let's say I click on [Level1] I want to assign to the measure so it can only show [comment1], not the rest.
is this possible?
I tried if isfiltered then show values comment1 (or comment2, 3 etc), but didnt work
any ideas?
I tried if is filtered then values comment1 but didn't work.