Forum Discussion
BIXL
Resolver I
10 years agocreate new table with partial columns from another table in dax
Hi I wonder if there is a way to create a table in dax that is the same like another table but with less colmun. for example : table "A" has "col1","col2","col3" I want to create table "B" with j...
k3rz0rg
Advocate III
8 years agoGreg_Deckler I usually follow this steps; try not to bother with dax regarding minor stuffs; like duplicate table, drop the unnecessary column, if required, remove duplicates, then if required, add the relationship manually. Yet just wanted to refresh my memory with dax expressions... :smileyvery-happy:
Anonymous
8 years agoNot applicable
Try using SUMMARIZECOLUMNS ...
- Anonymous8 years agoNot applicable
I think selectcolumns() is what you are looking for: