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
Anonymous
7 years agoNot applicable
HI v-lili6-msft
I just checked your post,
I tryed by many ways;
But also it`s not working due to syntex errror:
KPI_UTIL = IF(ISBLANK([UTILIZATION_PERCNT])=FALSE(),UNICHAR(11044))))
KPI_UTIL = IF(ISBLANK('AGTPRF_FCT_PERFORMANCE'[UTILIZATION_PERCNT])=FALSE(),UNICHAR(11044))))
KPI_UTIL = IF(ISBLANK(AVERAGE('AGTPRF_FCT_PERFORMANCE'[UTILIZATION_PERCNT])=FALSE(),UNICHAR(11044))))
KPI_UTIL = IF(ISBLANK('AGTPRF_FCT_PERFORMANCE'[UTILIZATION_PERCNT]=FALSE(),UNICHAR(11044))))
KPI_UTIL = IF(ISBLANK(Value('AGTPRF_FCT_PERFORMANCE'[UTILIZATION_PERCNT])=FALSE(),UNICHAR(11044))))
v-lili6-msft
Community Support
7 years agohi, Anonymous
What is the column "Avg of UTIL%" in this matrix visual? Is not a measure? and what is your data structure?
If possible, please share a simple sample pbix file for us have a test. this will be a great help.
Best Regards,
Lin
- Anonymous7 years agoNot applicable
I can`t attach file here any idea how
- jdbuchanan717 years ago
Super User
Hello Anonymous
You can post it to OneDrive or DropBox and share the link here.
- Anonymous7 years agoNot applicable