Forum Discussion

Dunner2020's avatar
Dunner2020
Post Prodigy
5 years ago
Solved

line graph coloring based on

Hi there,   I have three measures that created the lines on a line graph as shown below.    Now I don't want to display the Upper limit and lower limit lines for the months that are gone. F...
  • amitchandak's avatar
    amitchandak
    5 years ago

    Dunner2020 , Try like

     

    Upper Limit new = if(max(Date[date])> eomonth(today(),0), [Upper Limit], [Actutal value])

     

    Lower Limit new = if(max(Date[date])> eomonth(today(),0), [Lower Limit], [Actutal value])