Skip to content

Commit d519a23

Browse files
author
Owen Duncan
authored
Update new-dax-functions.md
1 parent 52d9560 commit d519a23

1 file changed

Lines changed: 0 additions & 9 deletions

File tree

query-languages/dax/new-dax-functions.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,3 @@ While functions and functionality are being updated all the time, only those upd
2020
|[ROWNUMBER](rownumber-function-dax.md)|April, 2023|Returns the unique ranking for the current context within the specified partition, sorted by the specified order.|
2121
|[LINEST](linest-function-dax.md)|February, 2023|Uses the Least Squares method to calculate a straight line that best fits the given data.|
2222
|[LINESTX](linestx-function-dax.md)|February, 2023|Uses the Least Squares method to calculate a straight line that best fits the given data. The data result from expressions evaluated for each row in a table.|
23-
|[INDEX](index-function-dax.md)| December, 2022 | Returns a row at an absolute position, specified by the position parameter, within the specified partition, sorted by the specified order or on the specified axis.|
24-
|[OFFSET](offset-function-dax.md)| December, 2022 | Returns a single row that is positioned either before or after the *current row* within the same table, by a given offset.|
25-
|[ORDERBY](orderby-function-dax.md)| December, 2022 | Defines the columns that determine the sort order within each of a window function’s partitions.|
26-
|[PARTITIONBY](partitionby-function-dax.md)| December, 2022 | Defines the columns that are used to partition a window function’s \<relation> parameter.|
27-
|[WINDOW](window-function-dax.md)| December, 2022 | Returns multiple rows which are positioned within the given interval. |
28-
|[EVALUATEANDLOG](evaluateandlog-function-dax.md)| November, 2022 | Returns the value of the first argument and logs it in a DAX Evaluation Log profiler event. |
29-
|[TOCSV](tocsv-function-dax.md) | November, 2022 | Returns a table as a string in CSV format. This function applies to Power BI Desktop only. |
30-
|[TOJSON](tojson-function-dax.md) | November, 2022 | Returns a table as a string in JSON format. This function applies to Power BI Desktop only. |
31-
|[NETWORKDAYS](networkdays-dax.md)| July, 2022 | Returns the number of whole workdays between two dates. |

0 commit comments

Comments
 (0)