Question: VALUES ( vs DISTINCT ( ) How do VALUES ( ) and DISTINCT ( ) functions differ in DAX? They have no difference VALUES (

VALUES( vs DISTINCT()
How do VALUES() and DISTINCT() functions differ in DAX?
They have no difference
VALUES() can return an additional blank row when there are null values
DISTINCT() returns a table, while VALUES() returns a list
DISTINCT() can be used in a row context, but VALUES() cannot
 VALUES( vs DISTINCT() How do VALUES() and DISTINCT() functions differ in

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!