Forum Discussion

joshua1990's avatar
joshua1990
Post Prodigy
4 years ago
Solved

Individual Scatter Plot Legend / Class

Hi experts! I have a scater plot that shows me the sales per week. Time dimensions (Year, Month, Week) are on the X Axes. The Sales amout is on the Y Axes. Now I would like to get 4 colours for t...
  • amitchandak's avatar
    4 years ago

    joshua1990 , if you use legend then I doubt you can use conditional formatting. Otherwise you can create a color measure and use that in conditional formatting using the field value option

     

     

    Color = Switch(True() ,

    [Sales] > 500 , "Green",

    [Sales] > 400 , "Yellow",

    [Sales] > 200 , "Red",

    "Purple"

    )

     

     

    How to do conditional formatting by measure and apply it on pie? : https://youtu.be/RqBb5eBf_I4