Forum Discussion

mariajones25678's avatar
mariajones25678
New Member
8 years ago

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","Failed"
)

 

Intention is to have a Barchart showing KPI data and Login Response time for each Requests like Login and GetEventList if KPI > Response time ,Barchart will show pass and fail other wise.

 

 

1 Reply