Forum Discussion
Anonymous
9 years agoNot applicable
Expand Table Column in a new table
Hello, I am trying to build kind of table information for my DB and everything looks good so far. and after running this query I get the following results but those profiles are ob...
MarcelBeug
Community Champion
9 years agoYou can expand the tables, as you already do in your query, however you return not that step after in, but the previous step.
So my suggestion would be to adjust #"Added Custom" to #"Expanded Profile" (after the first "in")..
Otherwise I wouldn't use 2 "let .. in" loops.