ADDMISSINGITEMS is a DAX function that adds rows with empty measure values back into a table.
Syntax
ADDMISSINGITEMS(
[ ShowAll_ColumnName, ... ],
Table,
[ GroupBy_ColumnName, ... ],
[ FilterTable, ... ]
)
Argument | Properties | Description |
---|---|---|
ShowAll_ColumnName | Optional, Repeatable | ShowAll columns. |
Table | A SummarizeColumns table. | |
GroupBy_ColumnName | Optional, Repeatable | A column to group by or a call to ROLLUPGROUP function and ROLLUPADDISSUBTOTAL function to specify a list of columns to group by with subtotals. |
FilterTable | Optional, Repeatable | An expression that defines the table from which rows are to be returned. |