tnclark8012 / Power-BI-Desktop-Query-Extensions

Various M Queries that you can use to make life easy-peasy
MIT License
67 stars 18 forks source link

Table.AddBlankRow #5

Closed tnclark8012 closed 8 years ago

tnclark8012 commented 8 years ago

Table.AddBlankRow = (table as table) => Table.Combine({table, Table.FromRecords({[]})}),