Which DAX function creates a table containing distinct values from a column?

Power BI Medium

Power BI — Medium

Which DAX function creates a table containing distinct values from a column?

Key points

  • DISTINCT() focuses on a single column for unique values.
  • UNIQUE() considers all columns for uniqueness.
  • VALUES() returns all values, including duplicates.
  • The function name itself gives a hint about its usage.

Ready to go further?

Related questions