Forum Discussion

Giavo's avatar
Giavo
Helper III
8 years ago
Solved

SUM inside SWITCH( TRUE()

Hi everybody, i have a Line Chart with the weeks on X Axis and Money on Y Axis. I am using this formula in order to display different targets for different organizations (5 Orgs) : SWITCH(TRUE(). ...
  • BalaVenuGopal's avatar
    8 years ago

    Hi Giavo ,

     

    Create a measure with sum(targets) and use that mesure in your switch case will resolve  your issue.

     

    Please mark as solution if this works for you otherwise pelease share data