[Weeks: General] タイムスケールには会計年度の概念がなく、あるのは週だけです。そのため、年、年度の初日から今日まで (YTD)、年末までの残り期間 (YTG) の集計を含めることはできません。
ただし、CURRENTPERIODSTART
関数と CURRENTPERIODEND
関数を使用する計算に現在の期間を使用できます。
[Weeks: General] カレンダー タイプを設定する手順は以下のとおりです。
- モデル設定バーの 時間 を選択します。
- [Weeks: General] を [Cakebdar Type] で選択します。
[Weeks: General] のオプション
次のオプションを設定できます。
開始日
開始日を選択します。
週の数
カレンダーに含める週の総数を入力します。
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:
CURRENTPERIODSTART
to return the start date of the current periodCURRENTPERIODEND
to 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.