Skip to content

Instantly share code, notes, and snippets.

@alittlesliceoftom
Created April 9, 2018 16:29
Show Gist options
  • Save alittlesliceoftom/95d8352051c840f33d8a86c6b42c7214 to your computer and use it in GitHub Desktop.
Save alittlesliceoftom/95d8352051c840f33d8a86c6b42c7214 to your computer and use it in GitHub Desktop.
Logarithmic histogram with variable axis in tableau
STR([Base]^FLOOR(LOG(ABS([Daily Slippage]),[Base]))) + "-" + STR([Base]^(FLOOR(LOG(ABS([Daily Slippage]),[Base]))+1) )
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment