Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more

Reply
pranesh246
Frequent Visitor

Duplicate a table with calculated columns and measures

I have a dataset table with calculated columns and measures. I need to duplicate the same dataset. How do we do that?

 

When I tried, I could just copy the normal columns while calculated columns and measures are not getting duplicated

2 ACCEPTED SOLUTIONS
sanalytics
Super User
Super User

@pranesh246 

 

if you want to copy the whole table with calculated columns then create a calculated table and assign your table like

New Table = your table

 

Hope it will help

 

Regards

sanalytics

if it is your solution then please like and accept it as solution

 

View solution in original post

v-lionel-msft
Community Support
Community Support

Hi @pranesh246 ,

 

As @sanalytics  said, you only need to create a calculated table: New Table = your table,the formula can copy all table data including calculated columns.

But you can not copy the measures because measures are not fields of any tables, and there is no need to have two exactly the same measure for the same .pbix file.

 

Best regards,
Lionel Chen

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

 

View solution in original post

2 REPLIES 2
v-lionel-msft
Community Support
Community Support

Hi @pranesh246 ,

 

As @sanalytics  said, you only need to create a calculated table: New Table = your table,the formula can copy all table data including calculated columns.

But you can not copy the measures because measures are not fields of any tables, and there is no need to have two exactly the same measure for the same .pbix file.

 

Best regards,
Lionel Chen

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

 

sanalytics
Super User
Super User

@pranesh246 

 

if you want to copy the whole table with calculated columns then create a calculated table and assign your table like

New Table = your table

 

Hope it will help

 

Regards

sanalytics

if it is your solution then please like and accept it as solution

 

Helpful resources

Announcements
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

Check out the October 2025 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors