Created
April 9, 2018 16:29
-
-
Save alittlesliceoftom/95d8352051c840f33d8a86c6b42c7214 to your computer and use it in GitHub Desktop.
Logarithmic histogram with variable axis in tableau
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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