[Weeks: General] タイムスケールには会計年度の概念がなく、あるのは週だけです。そのため、年、年度の初日から今日まで (YTD)、年末までの残り期間 (YTG) の集計を含めることはできません。
ただし、CURRENTPERIODSTART 関数と CURRENTPERIODEND 関数を使用する計算に現在の期間を使用できます。
[Weeks: General] カレンダー タイプを設定する手順は以下のとおりです。
- モデル設定バーの 時間 を選択します。
- [Weeks: General] を [Cakebdar Type] で選択します。
[Weeks: General] のオプション
次のオプションを設定できます。
タイムスケール
タイムスケールは次の形式で設定できます。
- 2 桁形式:最長で 2078 年まで計画を立てることができます。
- 4 桁形式:設定した開始日から最長で 100 年先まで計画を立てることができます。
この設定により、[Current Fiscal Year] フィールドと [Current Period] フィールドの表示方法も変更されます。 たとえば、2 桁形式を選択した場合、会計年度 26 は FY26 と表示されます。4 桁形式を選択した場合は FY2026 と表示されます。現在の期間が 2025 年 1 月の場合、2 桁形式では Jan 25 と表示され、4 桁形式では Jan 2025 と表示されます。
開始日
開始日を選択します。
週の数
カレンダーに含める週の総数を入力します。
Current Period
You typically set Current Period to the last time period for actual version data.
A benefit of setting Current Period is that you can refer to it in formulas instead of hard coding the specific time period. For example, you could use:
Revenue.Data[SELECT: TIME.'Current Period']
You can also use these functions:
CURRENTPERIODSTARTto return the start date of the current periodCURRENTPERIODENDto return the end date of the current period
If Current Period is not set, the formula returns a blank value.
You can update the Current Period via the Update Current Period action, as well as the Model Calendar. This lets you set the current period using a line item with a Time Period data type, and import the Current Period from a data hub.