@@ -84,11 +84,11 @@ of the DAX documentation.
8484
8585| Function | <nobr >Unsupported features</nobr > | Caveats |
8686| --- | --- | --- |
87- | [ ` ALL ` ] ( https://learn.microsoft.com/en-us/dax/all-function-dax ) | 2+ arguments | Doesn't clear filter context, silently ignored |
88- | [ ` CALCULATE ` ] ( https://learn.microsoft.com/en-us/dax/calculate-function-dax ) | Creating a nested filter context | — |
89- | [ ` CALCULATETABLE ` ] ( https://learn.microsoft.com/en-us/dax/calculatetable-function-dax ) | Creating a nested filter context | — |
87+ | [ ` ALL ` ] ( https://learn.microsoft.com/en-us/dax/all-function-dax ) | — | — |
88+ | [ ` CALCULATE ` ] ( https://learn.microsoft.com/en-us/dax/calculate-function-dax ) | — | Adds to the filter context but does not override it |
89+ | [ ` CALCULATETABLE ` ] ( https://learn.microsoft.com/en-us/dax/calculatetable-function-dax ) | — | — |
9090| [ ` FILTER ` ] ( https://learn.microsoft.com/en-us/dax/filter-function-dax ) | — | — |
91- | [ ` KEEPFILTERS ` ] ( https://learn.microsoft.com/en-us/dax/keepfilters-function-dax ) | — | Doesn't modify behavior, silently ignored |
91+ | [ ` KEEPFILTERS ` ] ( https://learn.microsoft.com/en-us/dax/keepfilters-function-dax ) | — | — |
9292
9393### Financial functions
9494
@@ -139,7 +139,7 @@ of the DAX documentation.
139139| [ ` ISEVEN ` ] ( https://learn.microsoft.com/en-us/dax/iseven-function-dax ) | — | — |
140140| [ ` ISODD ` ] ( https://learn.microsoft.com/en-us/dax/isodd-function-dax ) | — | — |
141141| [ ` ISONORAFTER ` ] ( https://learn.microsoft.com/en-us/dax/isonorafter-function-dax ) | — | — |
142- | [ ` NONVISUAL ` ] ( https://learn.microsoft.com/en-us/dax/nonvisual-function-dax ) | — | Doesn't modify behavior, silently ignored |
142+ | [ ` NONVISUAL ` ] ( https://learn.microsoft.com/en-us/dax/nonvisual-function-dax ) | — | — |
143143| [ ` USERCULTURE ` ] ( https://learn.microsoft.com/en-us/dax/userculture-function-dax ) | — | Always returns "en-US" |
144144
145145### Logical functions
@@ -270,20 +270,21 @@ of the DAX documentation.
270270| [ ` ADDCOLUMNS ` ] ( https://learn.microsoft.com/en-us/dax/addcolumns-function-dax ) | Aggregate expressions | — |
271271| [ ` CURRENTGROUP ` ] ( https://learn.microsoft.com/en-us/dax/currentgroup-function-dax ) | — | — |
272272| <nobr >[ ` DISTINCT ` ] ( https://learn.microsoft.com/en-us/dax/distinct-function-dax ) (column)</nobr > | — | — |
273- | <nobr >[ ` DISTINCT ` ] ( https://learn.microsoft.com/en-us/dax/distinct-table-function-dax ) (table)</nobr > | Filter context for table expressions | — |
273+ | <nobr >[ ` DISTINCT ` ] ( https://learn.microsoft.com/en-us/dax/distinct-table-function-dax ) (table)</nobr > | — | — |
274274| [ ` GROUPBY ` ] ( https://learn.microsoft.com/en-us/dax/groupby-function-dax ) | — | — |
275- | [ ` IGNORE ` ] ( https://learn.microsoft.com/en-us/dax/ignore-function-dax ) | 2+ arguments | Doesn't modify filter context, silently ignored |
275+ | [ ` IGNORE ` ] ( https://learn.microsoft.com/en-us/dax/ignore-function-dax ) | — | — |
276276| [ ` NATURALINNERJOIN ` ] ( https://learn.microsoft.com/en-us/dax/naturalinnerjoin-function-dax ) | — | — |
277277| [ ` NATURALLEFTOUTERJOIN ` ] ( https://learn.microsoft.com/en-us/dax/naturalleftouterjoin-function-dax ) | — | — |
278- | [ ` ROLLUPADDISSUBTOTAL ` ] ( https://learn.microsoft.com/en-us/dax/rollupaddissubtotal-function-dax ) | ` grandtotalFilter ` | — |
278+ | [ ` ROLLUPADDISSUBTOTAL ` ] ( https://learn.microsoft.com/en-us/dax/rollupaddissubtotal-function-dax ) | — | — |
279279| [ ` ROLLUPGROUP ` ] ( https://learn.microsoft.com/en-us/dax/rollupgroup-function-dax ) | — | — |
280280| [ ` ROW ` ] ( https://learn.microsoft.com/en-us/dax/row-function-dax ) | — | — |
281- | [ ` SELECTCOLUMNS ` ] ( https://learn.microsoft.com/en-us/dax/selectcolumns-function-dax ) | Optional aliases (currently mandatory) | — |
281+ | [ ` SELECTCOLUMNS ` ] ( https://learn.microsoft.com/en-us/dax/selectcolumns-function-dax ) | — | — |
282282| [ ` SUBSTITUTEWITHINDEX ` ] ( https://learn.microsoft.com/en-us/dax/substitutewithindex-function-dax ) | — | — |
283- | [ ` SUMMARIZE ` ] ( https://learn.microsoft.com/en-us/dax/summarize-function-dax ) | Named expressions (aggregations/measures) | — |
283+ | [ ` SUMMARIZE ` ] ( https://learn.microsoft.com/en-us/dax/summarize-function-dax ) | — | — |
284284| [ ` SUMMARIZECOLUMNS ` ] ( https://learn.microsoft.com/en-us/dax/summarizecolumns-function-dax ) | — | — |
285- | [ ` TOPN ` ] ( https://learn.microsoft.com/en-us/dax/topn-function-dax ) | Non-literal N value | — |
285+ | [ ` TOPN ` ] ( https://learn.microsoft.com/en-us/dax/topn-function-dax ) | — | Complex N values are planned as ` 50000 ` |
286286| [ ` TREATAS ` ] ( https://learn.microsoft.com/en-us/dax/treatas-function-dax ) | Non-literal tables as table expressions | — |
287+ | [ ` UNION ` ] ( https://learn.microsoft.com/en-us/dax/union-function-dax ) | — | — |
287288| [ ` VALUES ` ] ( https://learn.microsoft.com/en-us/dax/values-function-dax ) | — | — |
288289
289290### Text functions
@@ -329,8 +330,8 @@ No time intelligence functions currently supported.
329330
330331| Function | <nobr >Unsupported features</nobr > | Caveats |
331332| --- | --- | --- |
332- | [ ` GROUPCROSSAPPLY ` ] ( https://learn.microsoft.com/en-us/dax/groupcrossapply-function-dax ) | — | — |
333- | [ ` SAMPLEAXISWITHLOCALMINMAX ` ] ( https://learn.microsoft.com/en-us/dax/sampleaxiswithlocalminmax-function-dax ) | — | Silently ignored, returning input table expression |
333+ | [ ` GROUPCROSSAPPLY ` ] ( https://learn.microsoft.com/en-us/dax/groupcrossapply-function-dax ) | — | Ignores filter tables, acts as the ` SUMMARIZECOLUMNS ` function |
334+ | [ ` SAMPLEAXISWITHLOCALMINMAX ` ] ( https://learn.microsoft.com/en-us/dax/sampleaxiswithlocalminmax-function-dax ) | — | Acts as the ` TOPN ` function |
334335
335336
336337[ ref-dax-api ] : /product/apis-integrations/dax-api
0 commit comments