Skip to content

Instantly share code, notes, and snippets.

@coreyhermanson
Last active July 23, 2023 04:49
Show Gist options
  • Save coreyhermanson/79c0d7ba577e884ceb51710fbbf43158 to your computer and use it in GitHub Desktop.
Save coreyhermanson/79c0d7ba577e884ceb51710fbbf43158 to your computer and use it in GitHub Desktop.
Tableau CodeBook

Tableau CodeBook

Functional

Design

Interactive Mapping

Calculations

  • general consensus of using LOD’S is that 1) if the data is the view use Table Calcs 2) if the data in not in the view use LODS calculations.
  • LODS always start within an open pistachio {
  • Followed by One of the three scoping keywords (Fixed, Include, Exclude)
  • Followed by the dimensions you want to be fixed, included or excluded from the computation – note this is a comma – separated list of * dimensions’ fields that define the level of detail at which the calculation will be performed.
  • Followed by a colon :
  • Followed by an aggregated function (i.e sum, avg, min)
  • Followed by an aggregated measure/s
  • Ending with a closing pistachio }

Tableau Online

Tableau Online

Visualization Resources

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment