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

Don't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register now.

Reply
Supercat
Frequent Visitor

Expand table with wrong data

Hi 

   I have met a strange promble with table expand. Please check the picture following.

 

   I have filter one row and merge another table. You can see the data of "DocumentTime" and "Valid To".

Supercat_0-1698723222256.png

 

And then I expand the column of the table I just merge. Then the column "DocumentTime" and "Valid To" shows another information which I have already filtered in another table.

 

Supercat_2-1698723674896.png

 

 

 

 

I have tried other tables merge and expand, the same result. How can I fix with this problem?

 

Thank you all.

1 ACCEPTED SOLUTION
wdx223_Daniel
Super User
Super User

add a new step in your #"Product Master Data"

NewStep=Table.Buffer(YourOriginalLastStepName)

View solution in original post

3 REPLIES 3
wdx223_Daniel
Super User
Super User

add a new step in your #"Product Master Data"

NewStep=Table.Buffer(YourOriginalLastStepName)

Thank you.

I have added the Buffer to the source table, and then the result is right. My source tables are not loaded to the model. Can you please explain why this happened without buffer?

Table.Buffer will load the data into the memory and lock it.

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!

Jan25PBI_Carousel

Power BI Monthly Update - January 2025

Check out the January 2025 Power BI update to learn about new features in Reporting, Modeling, and Data Connectivity.

Jan NL Carousel

Fabric Community Update - January 2025

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

Top Solution Authors