IF SUM([SALES]) < 100 THEN "Low" ELSE "High" END
IF { FIXED [Region] : SUM( [Sales] ) } < 100
THEN "Low"
ELSE "High"
END
AVG(
IF { FIXED [Region] : SUM( [Sales] ) } < 100
THEN "Low"
ELSE "High"
END
)
{FIXED [Category] : AVG(
IF { FIXED [Region] : SUM( [Sales] ) } < 100
THEN "Low"
ELSE "High"
END
) }
ATTR( [Category] ) + " value"
{ FIXED [Order ID] : MIN( [Category] ) } + " value"
IF SUM([SALES]) < 100 THEN "Low" ELSE "High" END
IF [Sales] < 100 THEN "Low" ELSE "High" END
Tableau는 데이터를 효과적으로 표시하기 위해 매우 다른 데이터 원본 간에 공유되는 데이터의 공통 속성을 활용합니다.
예를 들어, 숫자 값이 있는 필드가 있지만 이름은 "ID"인 데이터 원본이 있다고 가정하겠습니다. 모든 ID 값을 합산하는 의미 없는 막대 차트를 가져오는 대신 행 선반에 "ID"를 추가하면 각 ID에 대한 행이 표시됩니다. Tableau는 어떻게 이 정보를 알 수 있을까요? "ID"라는 이름을 가진 필드는 기본적으로 차원으로 간주되는 특수한 경우입니다.001473640

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.