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.