Forum Discussion
Copying calculated table
- 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".
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.
Unfortunately this does not help. As noted the original table has hundreds of columns of DAX which I don't want to totally rewrite. I'd like to copy the entire table then tweak many of the columns.
After days of searching I believe Greg_Deckler is correct and what I am looking to do simply cannot be done, so I have begun re-coding the columns manually.
- Jnea6 years agoNew Member
Wow pretty lame that there's not a way to do that. I'm looking for the same thing. For me it's usually the 'calendar' or 'date' table that's needed for some many scenarios.
Here's my solution: Make a copy of the PBI Desktop file that contains the calculated table. Delete everything else in the file besides the calculated table. Every time you want to create a new file with that calculated table, make a copy of that 'template' file and start building from there!