뷰에 누락된 값이 존재할 경우 존재하는 값들에 대해서만 레이블이 표시됩니다. 또한 순위는 열별로 계산됩니다.
열 차원을 고려하지 않고서 누락된 값을 포함해 모든 값에 대한 순위를 표시하려면 어떻게 해야 하나요?
ZN(LOOKUP(SUM([Sales]),0))3. YEAR(Order Date)(연도(주문 날짜))와 Sales whose missing values are replaced to zero(누락된 값을 0으로 대체한 매출)를 Columns(열)에 추가합니다.
{ EXCLUDE DATEPART('year', [Order Date]) : SUM([Sales]) }
5. 계산된 필드를 만들고 그 이름을 Cumulative average of sales(매출의 누적 평균)로 지정합니다.
WINDOW_AVG(SUM([Total sales per category]),FIRST(),LAST())6. 계산된 필드를 만들고 그 이름을 Rank(순위)로 지정합니다.
RANK([Cumulative average of sales])7. Rank(순위)를 Label(레이블)에 추가합니다.
001498730
38 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.