Forum Discussion
mariajones25678
8 years agoNew Member
What's wrong with this Dax?
My Column is below GetEventlistCalc = IF ( (('KPIData'[KPI] = “Login” || 'KPIData'[KPI] = “GetEventList”) && 'KPIData'[KPI]>AVERAGE('KPIData'[95%ResponseTimeRollUpIterationWise])), "Passed",...
Phil_Seamark
Microsoft Employee
8 years agoWhat does the data in your KPI table look like?