Table aliassing experiance #1527
Replies: 1 comment
|
Hi @jaccodezwart72 A more practical approach is just to have additional copies of the table in your model, and then show the right one based on the selected perspective. For small dimension / date tables, that usually only take up a few KB in memory, this is not a problem. Keeping them in sync, i.e. if you add additional columns to one, you want those columns to be added to all, is more tricky, but Tabular Editor's copy/paste feature can help. |
Uh oh!
There was an error while loading. Please reload this page.
Hi all,
Does anybody has experiance with table aliassing using Calculated Tables in your model ?
For example, when you have a Date table (with several date specific columns) and you want to re-use the whole table in an other perspective using an other name. Something like OrderDate, DeliveryDate and relate those date columns to an aliased table for their specific purpose.
Hope my question is clear.
Thanks,
Jacco
All reactions