cancel
Showing results for 
Search instead for 
Did you mean: 

Fabric is Generally Available. Browse Fabric Presentations. Work towards your Fabric certification with the Cloud Skills Challenge.

Reply
anupampandey
Helper III
Helper III

excel sheet get full now unable to update data in fact table

Hello Team members,

 

I am stuck in one situation from where I can't update my fact table. The problem is all the rows in excel sheet from which I was loading data is full. Now I don't know how to update the fact table in power bi desktop.

 

Please suggest me how to update the table with current data in same.

 

 

Thanks & Regards,

Anupam

1 ACCEPTED SOLUTION
anupampandey
Helper III
Helper III

Hi,

 

I have loaded a one more and append it with existing fact table with a little step added to query under advance editor:

 

let
#"Appended Query" = Table.Combine({#"Changed Type", SALES_03MAY17_ONWARDS}),
#"Removed Duplicates" = Table.Distinct(#"Appended Query", {"BILL_TXNDTLID", "Tran_DT"})
in
#"Removed Duplicates"

 

Now I just wanted to refresh the fact only with the table which I am appending not the entire one.

Could anyone help me on this please?

 

Thanks,

Anupam

 

View solution in original post

1 REPLY 1
anupampandey
Helper III
Helper III

Hi,

 

I have loaded a one more and append it with existing fact table with a little step added to query under advance editor:

 

let
#"Appended Query" = Table.Combine({#"Changed Type", SALES_03MAY17_ONWARDS}),
#"Removed Duplicates" = Table.Distinct(#"Appended Query", {"BILL_TXNDTLID", "Tran_DT"})
in
#"Removed Duplicates"

 

Now I just wanted to refresh the fact only with the table which I am appending not the entire one.

Could anyone help me on this please?

 

Thanks,

Anupam

 

Helpful resources

Announcements
PBI November 2023 Update Carousel

Power BI Monthly Update - November 2023

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

Community News

Fabric Community News unified experience

Read the latest Fabric Community announcements, including updates on Power BI, Synapse, Data Factory and Data Activator.

Power BI Fabric Summit Carousel

The largest Power BI and Fabric virtual conference

130+ sessions, 130+ speakers, Product managers, MVPs, and experts. All about Power BI and Fabric. Attend online or watch the recordings.

Top Solution Authors
Top Kudoed Authors