1. Sample - Superstore (サンプル - スーパーストア) データに接続します。
2. 新しい計算フィールドを次のように作成します。
名前: Fiscal Year(Option 1) (会計年度 (オプション 1))
計算: IF MONTH([Order Date]) = 4
AND DAY([Order Date]) <= 15
THEN DATE(DATEADD ('year', -1, [Order Date]))
ELSE [Order Date]
END
3. [Fiscal Year(Option 1) (会計年度 (オプション 1))] を右クリックし、[会計年度の開始] > [4 月] を選択します。
4. [Order Date (オーダー日)] を [行] にドラッグし、右クリックして、[Order Date (オーダー日)] > [不連続] を選択します。
5. [Fiscal Year(Option 1) (会計年度 (オプション 1))] を [行] にドラッグし、[月] までドリルダウンします。
2021/4/16 から 2022/4/15 が FY2022 であることを確認します。
1. Sample - Superstore (サンプル - スーパーストア) データに接続します。
2. 新しい計算フィールドを次のように作成します。
名前: Fiscal Year(Option 2) (会計年度 (オプション 2))
計算: IF MONTH([Order Date]) = 4
AND DAY([Order Date]) <= 15
THEN DATE(DATEADD('year', -2, [Order Date]))
ELSE DATE(DATEADD('year', -1, [Order Date]))
END
3. [Fiscal Year(Option 2) (会計年度 (オプション 2))] を右クリックし、[会計年度の開始] > [4 月] を選択します。
4. [Order Date (オーダー日)] を [行] にドラッグし、右クリックして、[Order Date (オーダー日)] > [不連続] を選択します。
5. [Fiscal Year(Option 1) (会計年度 (オプション 1))] を [行] にドラッグし、[月] までドリルダウンします。
2021/4/16 から 2022/4/15 が FY2021 であることを確認します。
001458549
1446 KB

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.