I am trying to add a KPI which populates the value on the basis of the filter (A) selection. If any value from filter A is selected, then it should display metric in percentage (%) else, if no value is selected, then it should display the value as a whole number. Somehow, I am not able to implement num() function in this if condition.