Warning: file_get_contents(/data/phpspider/zhask/data//catemap/4/powerbi/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Powerbi 在Power BI中,我有一个表,表中的值需要计算过去十天的加权标准偏差_Powerbi_Standard Deviation - Fatal编程技术网

Powerbi 在Power BI中,我有一个表,表中的值需要计算过去十天的加权标准偏差

Powerbi 在Power BI中,我有一个表,表中的值需要计算过去十天的加权标准偏差,powerbi,standard-deviation,Powerbi,Standard Deviation,目标是创建一个报告,我可以在其中选择一个日期,并查看前10天的加权标准偏差值。 我有一个系数表,当我们到达第10天时,所考虑的值的“权重”较低,这些值为: 3. 2. 1,75 1,50 1,25 1. 0,75 0,50 0,25 0,25 我试过用标准偏差度量,但当然是用整个数值范围,而不是过去10天。我不能用系数来衡量每一个值 下面是我尝试过的措施,它没有提供我需要的信息: 标准偏差=计算(STDEVX.p(组,组[10天平均反刍]),全部选定()

目标是创建一个报告,我可以在其中选择一个日期,并查看前10天的加权标准偏差值。 我有一个系数表,当我们到达第10天时,所考虑的值的“权重”较低,这些值为: 3. 2. 1,75 1,50 1,25 1. 0,75 0,50 0,25 0,25 我试过用标准偏差度量,但当然是用整个数值范围,而不是过去10天。我不能用系数来衡量每一个值

下面是我尝试过的措施,它没有提供我需要的信息:

标准偏差=计算(STDEVX.p(组,组[10天平均反刍]),全部选定()