Forum Discussion

dlprentice's avatar
dlprentice
Copper Contributor
Jul 14, 2021
Solved

How do I only expand the first row of a table?

Hi!   I only want to return the first result from each table from each row. How do I do this? Some tables only have 1 item, others have 4 or more, the first is always the one I want. Formula...
  • German_Chris's avatar
    Jul 14, 2021

    You can add a custom column with the formula
    Table.First([Networkinterface])
    Expand this new column.
    Or you can integrate Table.First() in you a.m. formula.

Resources