Forum Discussion
Anonymous
7 years agoNot applicable
how can filter Report from blank values were using UNICHAR thresholds
Hi everyone, any have any idea how can filter Report from blank values were using UNICHAR thresholds without UNICHAR thresholds (Filter working) with UNICHAR thresholds (Filter NOT wor...
- 7 years ago
HI, Anonymous
Just try this formula:
KPI_UTIL 2 = IF(ISBLANK(AVERAGE(AGTPRF_FCT_PERFORMANCE[UTILIZATION_PERCNT]))=FALSE(), UNICHAR(11044))
Result:
Best Regards,
Lin
- Anonymous7 years ago
v-lili6-msft
Community Support
7 years agoHI, Anonymous
Just try this formula to add a KPI UTL
KPI UTL = IF(ISBLANK([Avg of UTIL%])=FALSE(),UNICHAR(11044))
Result:
BeforeAfter
Best Regards,
Lin