注释
注意
若要了解有关上下文如何影响公式结果的详细信息,请参阅DAX 公式中的上下文。
此函数基于输入参数中的第一个日期,返回下一季度中的所有日期。例如,如果 dates 列中的第一个日期表示 2009 年 6 月 10 日,则此函数将返回 2009 年 6 月到 9 月的那一季度的所有日期。
原文This function returns all dates in the next quarter, based on the first date in the input parameter. For example, if the first date in the dates column refers to June 10, 2009, this function returns all dates for the quarter July to September, 2009.
正确结果应该为:
此函数基于输入参数中的第一个日期,返回下一季度中的所有日期。例如,如果 dates 列中的第一个日期表示 2009 年 6 月 10 日,则此函数将返回 2009 年7 月到 9 月的那一季度的所有日期。