Forum Discussion

andreyinfo's avatar
andreyinfo
Frequent Visitor
6 years ago
Solved

Help needed - How to create a single row table with the value from a selectedvalue.

I need to create a table and then with this table, to create another table. But the first table need to be created from a selection. Tried everything and I just can't go on. The measure getting the...
  • Anonymous's avatar
    Anonymous
    6 years ago
    That's not possible. Tables in a model are always static and loaded at load time (then set in stone!).

    Secondly, you can only create table variables in dynamic code that describes measures but such tables are gone as soon as the measure's been calculated.

    Best
    D