Forum Discussion
Supercat
2 years agoFrequent 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"...
- 2 years ago
add a new step in your #"Product Master Data"
NewStep=Table.Buffer(YourOriginalLastStepName)
Supercat
2 years agoFrequent Visitor
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?
wdx223_Daniel
Community Champion
2 years agoTable.Buffer will load the data into the memory and lock it.