Power BI
Power BI
Saurav
SauravAhlawat
Ahlawat
TIMEVALUE (time text) Converts a time in text format to a time in datetime format.
Function Notes
PATH (ID_columnName, Returns a delimited text string with the identifiers of all the
parents of the current identifier, starting with the oldest and
parent_columnName)
continuing until current.
PATHCONTAINS (path, item) Returns TRUE if the specified item exists within the
specified path.
PATHITEM (path, position, [type]) Returns the item at the specified position from a string
resulting from evaluation of a PATH function. Positions are
counted from left to right.
PATHITEMREVERSE (path, position, Returns the item at the specified position from a string
[type]) resulting from evaluation of a PATH function. Positions are
counted backwards from right to left.
PATHLENGTH (path) Returns the number of parents to the specified item in a
given PATH result, including self.
…
)
SELECTCOLUMNS (table, New in Excel 2016/Power BI Desktop.
name, scalar_expression, Adds calculated columns to the given table or table
expression.
[name, scalar_expression],
SELECTCOLUMNS starts with an empty table and that is
…
the only difference between ADDCOLUMNS and
) SELECTCOLUMNS.
SUMMARIZE (table, Returns a table of values for use in a query or inside a
formula that uses a table. If there are relationships between
groupBy_columnName,
tables, always specify the table on the many side of the
[groupBy_columnName] …, relationship as the table parameter. This function is
name, expression, semantically similar to “group by” in SQL.
[name, expression] …)
SUMMARIZECOLUMNS ( New in Excel 2016/Power BI Desktop.
groupBy_columnName, Returns a summary table over a set of groups.
[groupBy_columnName] …, A column cannot be specified more than once in the
filterTable, name, expression, groupBy_columnName.
[filterTable], [name, expression], …
)