【发布时间】:2020-09-09 09:34:47
【问题描述】:
我对这个 power pivot 和 dax 命令很陌生,请在这里帮助我
现在要计算月效率,我需要制定一个满足以下标准的衡量标准:
Sum the efficiency for each distinct date & divide by the count of distinct dates for the month
到目前为止,我的以下公式已经工作了几天,但是当我将日期分组为月份时,它只显示总和,所以请帮助我如何实现这一点;
Actual Efficiency CL2:=CALCULATE(SUM(CL1[Day Wise Efficiency]),DISTINCT(CL1[Date (dd/mm/yy)]))
【问题讨论】:
标签: excel powerbi powerpivot calculation