Forum Discussion
lmpb1988
1 year agoFrequent Visitor
List.Buffer manually
I know that the list.buffer function allows you to extract data from another table, but I would like to know if it is possible to do this manually, that is, instead of introducing code. In short, I ...
- 1 year ago
you can extract a single column from a different source, like
let
Source = Query1[Column1]
in
Source
which gives you a list.
Note that this has nothing to do with list buffers. That's a different feature.
lbendlin
Super User
1 year agoyou can extract a single column from a different source, like
let
Source = Query1[Column1]
in
Source
which gives you a list.
Note that this has nothing to do with list buffers. That's a different feature.
v-aatheeque
Community Support
1 year agoHi lmpb1988
Has the response from lbendlin resolved your issue?
If so, please consider marking the helpful reply as the accepted solution—this helps other community members with similar questions find answers more easily.
Thank you for being a valued member of the Microsoft Fabric Community Forum!