Forum Discussion

alisoroush7's avatar
alisoroush7
Helper I
3 years ago

using custom label

Hi I created a dax and I write the below code in it: CSI Emoji = VAR AvgValue1 = CALCULATE(COUNT(Survey[A]),FILTER(Survey,Survey[A] >= 4)) / COUNT(Survey[A]) RETURN     SWITCH(TRUE(),        ...