Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
4 years ago
Solved

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...
  • amitchandak's avatar
    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