Forum Discussion
JT_NC
1 year agoNew Member
Issue returning a table pointer in cell of another table
I have reached the limits of my current knowledge of PowerBI and I’m hoping someone may have some suggestions for me… In Power Query, I’ve created a custom function to add a column in “Table 1” t...
- 1 year ago
You can do whatever you want in Power Query but when you are done the final result MUST be a tabular structure with SIMPLE column types. No lists,records, tables or other objects are allowed. Simple column types like Text or Currency only.
lbendlin
1 year agoSuper User
You can do whatever you want in Power Query but when you are done the final result MUST be a tabular structure with SIMPLE column types. No lists,records, tables or other objects are allowed. Simple column types like Text or Currency only.
JT_NC
1 year agoNew Member
Thanks Ibendlin, that explains what I'm seeing.