Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
6 years ago
Solved

Static Line Chart

Hello Guys In the graph below there is a static line where I can compare "Italy" against other countries by selecting in the dropbox. Anyone knows how to do it?  
  • v-frfei-msft's avatar
    v-frfei-msft
    6 years ago

    Hi Anonymous ,

     

    We can create a measure like that to work on it.

     

    LINE =
    IF ( MAX ( yourtable[country] ) = "Italy", 100, [measure] )