我在Tableau中有两行数据,需要找到一种方法来对四列(劳动力,受雇人数,失业人数和失业率)进行逐年计算
我知道如何创建计算字段。到目前为止,我已经使用以下代码为这四个值中的每一个创建逐年计算,但这需要添加四行,并且每一行中仅包含一个值。右键单击药丸或值,然后执行“添加表计算”将替换行,而不是添加行。
下面是数据的结构。 Tableau文本图表将仅包含一些内容,但可能会有所帮助。
Stfips
Areatype
Area
Periodyear
Periodtype
Period
Adjusted
Prelim
LaborForce
Employed
Unemployed
Unemprate
Below is the code for the calculated field for one of the four columns.
(ZN(SUM([Laborforce])) - LOOKUP(ZN(SUM([Laborforce])), -1)) /
ABS(LOOKUP(ZN(SUM([Laborforce])), -1))
预期结果将如下所示。前两行存在于tableau工作簿中。只需知道如何使第三个外观如下。
Laborforce Employed Unemployed Unemprate
February 2019 1520561 1454668 65893 4.0
February 2018 1483304 1412772 70532 5.0
% change .02512 .0296 -.0658 -.2