Forum Discussion
Anonymous
6 years agoNot applicable
Copying calculated table
I have a very large calculated table that I want to duplicate, then tweak the DAX on about 1/3 of the columns. Remaking all 170 columns seems painfully slow and unnecessary, and it's not a query tabl...
- 6 years ago
No, not in the way you are describing. Sorry.
I will amend this to "I do not know of a way to do what you are describing today".
v-yingjl
6 years agoCommunity Support
Hi Anonymous ,
To copy a calculate table, you can:
- Create a new table with the same expression
- Create a new table using New Table = ‘table’
And you can refer the following case that can help you:
Best Regards,
Yingjie Li
If this post helps then please consider Accept it as the solution to help the other members find it more quickly.