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.