Page 51 of 1689 results for dax
  • COMBIN: Returns the number of combinations for a given number of items. https://dax.guide/combin/ COMBINA: Returns the number of combinations (with repetitions) for a given number of items. https://dax.guide/combina/  Watch now

  • BETA.DIST: Returns the beta distribution. https://dax.guide/beta-dist/ BETA.INV: Returns the inverse of the beta cumulative probability density function (BETA.DIST). https://dax.guide/beta-inv/  Watch now

  • RELATED: Returns a related value from another table. https://dax.guide/related/ RELATEDTABLE: Returns the related tables filtered so that it only includes the related rows. https://dax.guide/relatedtable/  Watch now

  • RAND: Returns a random number greater than or equal to 0 and less than 1, evenly distributed. https://dax.guide/rand/ RANDBETWEEN: Returns a random number between the numbers you specify. https://dax.guide/randbetween/  Watch now

  • SQRTPI: Returns the square root of (number * pi). https://dax.guide/sqrtpi/ PI: Returns the value of π, 3.14159265358979, accurate to 15 digits. https://dax.guide/pi/  Watch now

  • SQRT: Returns the square root of a number. https://dax.guide/sqrt/ POWER: Returns the result of a number raised to a power. https://dax.guide/power/  Watch now

  • MOD: Returns the remainder after a number is divided by a divisor. https://dax.guide/mod/ QUOTIENT: Returns the integer portion of a division. https://dax.guide/quotient/  Watch now

  • GCD: Returns the greatest common divisor of two integers. https://dax.guide/gcd/ LCM: Returns the least common multiple of integers. https://dax.guide/lcm/  Watch now

  • ODD: Returns number rounded up to the nearest odd integer. https://dax.guide/odd/ EVEN: Returns number rounded up to the nearest even integer. https://dax.guide/even/  Watch now

Show more