傾向線に標準偏差を追加する方法。
WINDOW_COVAR(SUM([Profit]), SUM([Sales])) / WINDOW_VAR(SUM([Profit]))
5. 計算フィールドを作成し、「Intercept (切片)」という名前を付けます。
WINDOW_AVG(SUM([Sales])) - WINDOW_COVAR(SUM([Profit]), SUM([Sales])) / WINDOW_VAR(SUM([Profit])) * WINDOW_AVG(SUM([Profit]))
6. 計算フィールドを作成し、「Standard Deviation (σ) (標準偏差 (σ))」という名前を付けます。
WINDOW_STDEV(ATTR([Sales]))
7. 計算フィールドを作成し、「Trend Line + σ (傾向線 + σ)」という名前を付けます。
[Slope] * ATTR([Profit]) + [Intercept] + [Standard Deviation (σ)]
9. [Trend Line + σ (傾向線 + σ)] を [行] に設定します。
10. [マーク] カードで、[Trend Line + σ (傾向線 + σ)] を開き、マーク タイプを [線] に設定します。
11. [行] の [Trend Line + σ (傾向線 + σ)] を右クリックして、[二重軸] を選択します。
12. 右軸を右クリックし、[軸を同期] を選択します。
13. 右軸を右クリックし、[ヘッダーの表示] をオフにします。
14. (必要な場合) アナリティクス ペインを開き、[傾向線] を [線形] の [Sales (売上)] にドラッグします。
001458671

We use three kinds of cookies on our websites: required, functional, and advertising. You can choose whether functional and advertising cookies apply. Click on the different cookie categories to find out more about each category and to change the default settings.
Privacy Statement
Required cookies are necessary for basic website functionality. Some examples include: session cookies needed to transmit the website, authentication cookies, and security cookies.
Functional cookies enhance functions, performance, and services on the website. Some examples include: cookies used to analyze site traffic, cookies used for market research, and cookies used to display advertising that is not directed to a particular individual.
Advertising cookies track activity across websites in order to understand a viewer’s interests, and direct them specific marketing. Some examples include: cookies used for remarketing, or interest-based advertising.