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 tire parti des propriétés communes des données partagées entre différentes sources de données très différentes afin de prendre des décisions intelligentes sur la façon d'afficher les données.
Imaginons que votre source de données contient un champ avec des valeurs numériques, mais qui est nommé « ID ». Lorsque vous ajoutez « ID » à l'étagère Lignes, au lieu d'obtenir un graphique à barres sans intérêt qui additionne toutes les valeurs d'ID, vous obtenez une ligne pour chaque ID. Comment Tableau sait-il le faire ? Les champs nommés « ID » sont un cas particulier ; ils sont considérés par défaut comme des dimensions.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.