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! Request now

Reply
Pelican
New Member

Overiding Datasets Power BI Desktop

I have a dataset that has 10 data columns.  I created 3 calculated columns that each search for a different word in the 10 data columns.

 

I now have a new dataset that I need to import that has 15 columns.  The existing 10 data columns plus 5 new data columns.

 

Is there a way to overide the existing dataset while preserving the calculated columns?

1 ACCEPTED SOLUTION
TomMartens
Super User
Super User

Hey,

I'm not sure if I totally underestand your requirement, for this reason my answer is a little lengthy.

 

If the data source has the same name but now just contains the 15 instead of 10 columns, and the columns names did not change, besides that there will be just 5 new columns, the calculated columns will still be there. This is due to the following.

 

Consider the Power BI data model as a data model that contains different layers. The

  1. 1st layer consists of the tables created by Power Query, the
  2. 2nd layer consists of tables created using DAX or tables "enhanced" by  DAX based calculated columns, and the
  3. 3rd layer, where interactive measure unfold their magic.

If your requirement is described by the above everything will work, but if you mean "preserve" the results of your calcualtions, you have to be careful. If your dataset is small, you can export the data from a table visual using Power BI desktop (exisiting limits are described here: https://docs.microsoft.com/en-us/power-bi/visuals/power-bi-visualization-export-data). If your dataset exceeds the various limits described in the above mentioned article you just can use Paginated Reports or XMLA endpoints to overcome these limitations, both of the features mentioned require Power BI Premium.

 

Hopefully this is what you are looking for.

 

Regards,

Tom



Did I answer your question? Mark my post as a solution, this will help others!

Proud to be a Super User!
I accept Kudos 😉
Hamburg, Germany

View solution in original post

1 REPLY 1
TomMartens
Super User
Super User

Hey,

I'm not sure if I totally underestand your requirement, for this reason my answer is a little lengthy.

 

If the data source has the same name but now just contains the 15 instead of 10 columns, and the columns names did not change, besides that there will be just 5 new columns, the calculated columns will still be there. This is due to the following.

 

Consider the Power BI data model as a data model that contains different layers. The

  1. 1st layer consists of the tables created by Power Query, the
  2. 2nd layer consists of tables created using DAX or tables "enhanced" by  DAX based calculated columns, and the
  3. 3rd layer, where interactive measure unfold their magic.

If your requirement is described by the above everything will work, but if you mean "preserve" the results of your calcualtions, you have to be careful. If your dataset is small, you can export the data from a table visual using Power BI desktop (exisiting limits are described here: https://docs.microsoft.com/en-us/power-bi/visuals/power-bi-visualization-export-data). If your dataset exceeds the various limits described in the above mentioned article you just can use Paginated Reports or XMLA endpoints to overcome these limitations, both of the features mentioned require Power BI Premium.

 

Hopefully this is what you are looking for.

 

Regards,

Tom



Did I answer your question? Mark my post as a solution, this will help others!

Proud to be a Super User!
I accept Kudos 😉
Hamburg, Germany

Helpful resources

Announcements
November Power BI Update Carousel

Power BI Monthly Update - November 2025

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

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!

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