Table.SingleRow
Syntaksi
Table.SingleRow(table as table) as record
Tietoja
Palauttaa yhden rivin table
rivin. table
Jos ei sisällä täsmälleen yhtä riviä, esiin tulee virhe.
Esimerkki 1
Palauta yksittäinen rivi taulukossa.
Käyttö
Table.SingleRow(Table.FromRecords({[CustomerID = 1, Name = "Bob", Phone = "123-4567"]}))
Tuloste
[CustomerID = 1, Name = "Bob", Phone = "123-4567"]