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

Be one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now

Reply
eamclaughlin
Frequent Visitor

Extract data from one table to another

Hi All, 

 

I was wondering if there is a way to take info from one table and input it in to another when the 2 tables are not linked?

 

Table 1: Raw Data

Table 2: Created table using "Enter Data"

N.B: These tables are not linked and are unable to be linked

 

I have calculated financial information within Table 1 which has been done using calculated columns that I am able to filter on. I now am looking to populate my newly created table 2 with some financial information from table one;

 

Idea 1: I am able to calculate everything at a top level, although be able to filter Table 2 to only output specific regions or customers. Unsure if this is possible due to their being no links between these tables and the filter data is within table 1

Idea 2: Filter table 1, populate table 2 which will allow for customer export, refilter table 1 which will update in to table 2 for different customer export etc

Idea 3 (Last resort): Input calculations that will output information i need although this means a table per customer or region (minimum of 20 tables) therefore this is not an ideal scenario. 

 

Can anyone suggest or help understand if idea 1 or idea 2 are possible in my approach?

 

Thanks in advance! 

1 ACCEPTED SOLUTION
v-juanli-msft
Community Support
Community Support

Hi @eamclaughlin

When you create the new table by entering data, which data do you enter?

Extract data from on etable to another means to add data from Table1 to your new created table, right?

If so, i would suggest you to create  "New table" with DAX function "Summarize".

 

For example:

 

Idea 1: I am able to calculate everything at a top level, although be able to filter Table 2 to only output specific regions or customers. Unsure if this is possible due to their being no links between these tables and the filter data is within table 1

with this formula in "new table"

new table=filter(all(table1),[region]="a")

But the new table would not change with your selection in the slicer. it only extract the specific data as you define in the filter content.

 

if you want the output table to change with the slicer in the Table1,  it is icreating a new table by entering data or clicking on Home->New table  

 

 

Best Regards

Maggie

 

View solution in original post

2 REPLIES 2
v-juanli-msft
Community Support
Community Support

Hi @eamclaughlin

When you create the new table by entering data, which data do you enter?

Extract data from on etable to another means to add data from Table1 to your new created table, right?

If so, i would suggest you to create  "New table" with DAX function "Summarize".

 

For example:

 

Idea 1: I am able to calculate everything at a top level, although be able to filter Table 2 to only output specific regions or customers. Unsure if this is possible due to their being no links between these tables and the filter data is within table 1

with this formula in "new table"

new table=filter(all(table1),[region]="a")

But the new table would not change with your selection in the slicer. it only extract the specific data as you define in the filter content.

 

if you want the output table to change with the slicer in the Table1,  it is icreating a new table by entering data or clicking on Home->New table  

 

 

Best Regards

Maggie

 

Greg_Deckler
Super User
Super User

Source/example data would help tremendously. Please see this post regarding How to Get Your Question Answered Quickly: https://community.powerbi.com/t5/Community-Blog/How-to-Get-Your-Question-Answered-Quickly/ba-p/38490

 

LOOKUPVALUE might be an option, depends on your data.



Follow on LinkedIn
@ me in replies or I'll lose your thread!!!
Instead of a Kudo, please vote for this idea
Become an expert!: Enterprise DNA
External Tools: MSHGQM
YouTube Channel!: Microsoft Hates Greg
Latest book!:
Power BI Cookbook Third Edition (Color)

DAX is easy, CALCULATE makes DAX hard...

Helpful resources

Announcements
Las Vegas 2025

Join us at the Microsoft Fabric Community Conference

March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!

Dec Fabric Community Survey

We want your feedback!

Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions.

ArunFabCon

Microsoft Fabric Community Conference 2025

Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.

December 2024

A Year in Review - December 2024

Find out what content was popular in the Fabric community during 2024.