Forum Discussion
Anonymous
2 years agoNot applicable
function Values doesn t return Table of values but error
Hi, I want to use VALUES function and study from https://dax.guide/values/ that input is table/column and output table (one or more columns) I tried to od it on most simplest case but it failed,...
JamesFR06
Resolver IV
2 years agoHi
With a measure you can return only a unique value
Values will not work because it return a list of unique values of the column.
Anonymous
2 years agoNot applicable
Hello JamesFR06 ,
thanks for input !
but in documentation is written that it returns table/tabular and not scalar, therefore I am confused
I also tried to use it in CALCULATE(VALUES(Locations)) and also it is not working, so I am confused again 😄
issue is definitively somewhere in my code
- Anonymous2 years agoNot applicable
JamesFR06I also tried CALCULATETABLE(VALUES(Locations)) and doesn t any output