BY : HTechskills
INTRODUCTION
LOD(Level of Detail) is an important feature of tableau which are used to find
the values at data source level and visualization level.
Furthermore, LOD expressions give you more control to determine the level of
granularity in your computations.
DATA
GRANULARITY
{ FIXED [Category] : SUM([Sales])}
3 TYPES OF LOD
01 02 03
FIXED INCLUDE EXCLUDE
This expression can
compute values
using specified
dimensions without
reference to any
other dimensions
present in the view.
This expression
computes values
using specified
dimensions along
with the dimensions
that are in the view.
These expressions
are designed to
remove dimensions
from an expression
Syntax : { FIXED [Category] :
SUM([Sales])}
FIXED LOD
Syntax : { EXCLUDE [Sub-Category] :
Sum(Sales) }
EXCLUDE LOD
Syntax : { INCLUDE [Sub-Category] :
Sum(Sales) }
INCLUDE LOD
Thank
you

Tableau training for Beginners | Tableau LOD Expressions

  • 1.
  • 2.
    INTRODUCTION LOD(Level of Detail)is an important feature of tableau which are used to find the values at data source level and visualization level. Furthermore, LOD expressions give you more control to determine the level of granularity in your computations.
  • 3.
  • 4.
    { FIXED [Category]: SUM([Sales])} 3 TYPES OF LOD 01 02 03 FIXED INCLUDE EXCLUDE This expression can compute values using specified dimensions without reference to any other dimensions present in the view. This expression computes values using specified dimensions along with the dimensions that are in the view. These expressions are designed to remove dimensions from an expression
  • 5.
    Syntax : {FIXED [Category] : SUM([Sales])} FIXED LOD
  • 6.
    Syntax : {EXCLUDE [Sub-Category] : Sum(Sales) } EXCLUDE LOD
  • 7.
    Syntax : {INCLUDE [Sub-Category] : Sum(Sales) } INCLUDE LOD
  • 8.