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
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
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.