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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
natt
Frequent Visitor

Does adding a new column in the table affect the data source?

Hi guys,

I would like to add a column for calculation but I do not want to affect anything in the MySQL data source.

Does adding a new column works locally or it will sync to the source? 

Do I need to have a new table for having a copy of data for the calculation?

Thank you~ 

1 ACCEPTED SOLUTION
CahabaData
Memorable Member
Memorable Member

and to add to Phil's post; you don't have to have a new table.  The new calculated column can be ignored in terms of visuals you might build

 

however if the calculation involves a distinct value where the result is less records than the original table, such as a single sum for an overall category - it might be more useful to have a new stand alone table (you can join them)

 

and in either case you can undo these steps in your Query Editor should you need to experiment without affecting your core table

www.CahabaData.com

View solution in original post

2 REPLIES 2
CahabaData
Memorable Member
Memorable Member

and to add to Phil's post; you don't have to have a new table.  The new calculated column can be ignored in terms of visuals you might build

 

however if the calculation involves a distinct value where the result is less records than the original table, such as a single sum for an overall category - it might be more useful to have a new stand alone table (you can join them)

 

and in either case you can undo these steps in your Query Editor should you need to experiment without affecting your core table

www.CahabaData.com
Phil_Seamark
Employee
Employee

Hi @natt,

 

It definitely won't update your source data so you won't have to worry about that.

 

There is a tool that sounds like it might let you, but you'd need to install that separately.


To learn more about DAX visit : aka.ms/practicalDAX

Proud to be a Datanaut!

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.