DISTINCT, VALUES – DAX Guide

DISTINCT: Returns distinct (unique) values in a column or from a table expression.
https://dax.guide/distinct/

VALUES: Returns distinct (unique) values in a column or all the rows (including duplicates) from a table expression, in both cases with the additional blank row if present.
https://dax.guide/values/