Forum Discussion
vjnvinod
Impactful Individual
7 years agoMeasure help
Dear Community, i have created a margin, which is throwing error, can you let me know what could be the right way to do it? Margin% = IF(SUM(Inbound[NER_FYTD_Constant]=0,0,SUM(Inbound[MarginF...
- 7 years ago
You have put all of your parentheses at the end! Try:
Margin% = IF(SUM(Inbound[NER_FYTD_Constant])=0,0,SUM(Inbound[MarginFYTD_Constant])/SUM(Inbound[NER_FYTD_Constant]))
Hope this helps!
vjnvinod
Impactful Individual
7 years ago
Great, this helps & an easy one.
Can you also help me on more issue, i have a metrics, where i want to show the upward and downward trend, something like shown in below (which is basically an indicator )
Not sure, how do i achieve this, as i don't find any option to do that
Christann
Advocate IV
7 years agoI am not sure what you are asking. Are you looking for how to create Conditional Formatting(i.e. text or background changes color based on the value), or are you wondering how to create the whole combination of graphics in your screenshot?