Forum Discussion
TonySwad
8 years agoFrequent Visitor
Dynamically Generate a Table from Information Distributed Across Data Structure
I have multiple tables in my data structure. I need to auto generate a table that allocates volumes from the tblCtrMtrDetail table to the individual price indices to which the volumes have ...
Anonymous
8 years agoNot applicable
Hi TonySwad,
You could create a table from Modelling tab using Distinct(tblCtrMtrDetai[Ctr_Id]), then using Lookup pull in all other columns.
Does this help?