Forum Discussion
jlarques
Helper V
6 years agoCreate a new column from other column
Dear all, I have a table with many millions of rows and I want to extract a data master to connect it with the budget table. The DAX formula is: KIT CATEGORY= DISTINCT( SELECTE...
az38
Community Champion
6 years agono, you should create calculated column in Kit table, in your origin. then create distinct by this new column
do not hesitate to give a kudo to useful posts and mark solutions as solution
Linkedin
jlarques
Helper V
6 years agoWhen I create a new column with the DISTINCT formula, an error appears with this text:
"A table of several values ​​was provided, where a single value was expected".
Thanks again!
- az386 years ago
Community Champion
jlarques are you sure you do everything correct? maybe you have an empty cells in one of columns?
and be sure, your new table has is defined as
KIT CATEGORY = DISTINCT( KIT[SurrogateKey] )do not hesitate to give a kudo to useful posts and mark solutions as solution
Linkedin