Forum Discussion
Anonymous
4 years agoNot applicable
Dynamic gauge targets
Hi all - I'm working on a revenue gauge visualization, and I've hit a wall. I want the revenue target/goal to show up based on that individuals name being selected in the slicer. What measure/DAX...
- 4 years ago
Anonymous , if you simply create a measure
sum(table[Goal])
And filter manager column(using slicer) for this table that will change
amitchandak
Super User
4 years agoAnonymous , if you simply create a measure
sum(table[Goal])
And filter manager column(using slicer) for this table that will change
Anonymous
4 years agoNot applicable
Thanks - I had to move my slicer 1 level up on my schema and it worked!
Really appreciate the help.