Forum Discussion
Count Average based on values from table visual
- 9 months ago
alks_skla_f , a new measure on top of your measure
Sumx(summarize (cps_sfdc_cases_history, cps_sfdc_cases_history[Case Numer], cps_sfdc_cases_history[CraetedDate], cps_sfdc_cases_history[End Date]) , [measure_AverageFirstResolutionDateHours])
And try. In visual calculation you can try collapse all
alks_skla_f , a new measure on top of your measure
Sumx(summarize (cps_sfdc_cases_history, cps_sfdc_cases_history[Case Numer], cps_sfdc_cases_history[CraetedDate], cps_sfdc_cases_history[End Date]) , [measure_AverageFirstResolutionDateHours])
And try. In visual calculation you can try collapse all
- alks_skla_f9 months agoHelper II
Unfortunately, it doesn't work. I accepted this as a solution by mistake
- amitchandak9 months agoSuper User
alks_skla_f , Try Averagex
Averagex (summarize (cps_sfdc_cases_history, cps_sfdc_cases_history[Case Numer], cps_sfdc_cases_history[CraetedDate], cps_sfdc_cases_history[End Date]) , [measure_AverageFirstResolutionDateHours])