Forum Discussion
Giavo
8 years agoHelper III
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(). ...
- 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
BalaVenuGopal
8 years agoResolver I
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