Expression measure considers measure IDs instead of measure names and hence values appear as 0 in KPI grid. How can this be corrected?
This problem has occurred because the measure IDs are not defined properly in the below expression measure. CASE WHEN (SUM(C3508)+SUM(C3505)+SUM(C3507)) 0 THEN ROUND((SUM(FLOAT(C3506))/(SUM(FLOAT(C3508))+SUM(FLOAT(3505))+SUM(FLOAT(3507))))*100,2) END. Please correct them and re-define the expression measure to solve the issue.