Create a record from the table of the form Table.FromRecords({[Name = "CustomerID", Value = 1], [Name = "Name", Value = "Bob"], [Name = "Phone", Value = "123-4567"]}).
Create a new column which contains the numbers in the selected column, rounded to the specified number of decimal digits. ...
Create a new query that is linked to the selected Excel table or named range. If the selected range is not part of a table ...
Create a PivotTable or PivotChart to help you summarize, visualize, and explore your PowerPivot data. At least one table ...
Create a record from the table of the form Table.FromRecords({[Name = "A", Value = 1], Name = "B", Value = 2], Name = "C", ...
Create a record from the table of the form Table.FromRecords({[Name = "CustomerID", Value = 1], Name = "Name", Value = "Bob"], ...
Create a relationship between two tables in the PowerPivot window. Before you can create a relationship, at least two tables ...
Create a table from the list using the Record.FieldValues splitter with the resulting table having "CustomerID" and "Name" ...
Create a table from the list {[A=1,B=null],[A="2",B=2]} using the Record.FieldValues splitter with the resulting table having ...
Create a table from the table ({[a = 1], a = 2], a = 3], a = 4], a = 5]}) that, starting at the first row, skips 1 value ...