Available Formats - itsdax/DaxTracker GitHub Wiki
List of available Number Formats.
IMPORTANT: Time assumes the input is always in SECONDS
TIME_SHORT_FORMAT NumberFormat = "time_short" // 10y 20d 12h 12m
TIME_LONG_FORMAT NumberFormat = "time_long" // 10 Years 20 Days 12 Hours 12 Minutes
NUMBER_THOUSANDS_FORMAT NumberFormat = "numbers_k" // 123456 => 123.4k
NUMBER_MILLIONS_FORMAT NumberFormat = "numbers_m" // 1234567 => 1.2m
AUTO_FORMAT NumberFormat = "auto" // Auto formats numbers. >=1M uses 'm', and use 'k' otherwise