기본적으로 비율 차이는 어느 한 분기와 바로 전 분기(예: 2017년 1분기와 2016년 4분기) 간의 차이입니다. QOQ 계산은 각 연도별 같은 분기(2016년 1분기와 2016년 1분기)를 비교하는 것입니다.
IF NOT (
YEAR( [Order Date] ) = YEAR( { FIXED : MAX( [Order Date] ) } ) - 1
AND DATEPART( 'quarter', [Order Date] ) = DATEPART( 'quarter', { FIXED : MAX( [Order Date] ) } )
AND MONTH( [Order Date] ) > MONTH( { FIXED : MAX( [Order Date] ) } )
)
THEN [Sales]
END
이 계산은 두 번째 최근 연도에서 가장 최근 분기에서 누락된 달을 제외하고 데이터 집합에서 모든 매출을 반환합니다.
(ZN(SUM([Sales]))
- LOOKUP(ZN(SUM([Sales])), -1))
/ ABS(LOOKUP(ZN(SUM([Sales])), -1))(ZN(SUM([Sales]))
- LOOKUP(ZN(SUM([Sales excluding incomplete months])), -1))
/ ABS(LOOKUP(ZN(SUM([Sales excluding incomplete months])), -1))
위의 계산에서는 이전 날짜 기간의 매출 값만 변경됩니다. 즉, 현재 분기는 항상 전체 매출 값을 사용하지만 해당 분기를 필터링하면 필터링된 매출을 비교합니다.
001458093
866 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.