Daily DAX : Day 47 ADDMISSINGITEMS
This is a DAX function that returns a table with the missing values from a summarize function. E.g if 5 years of data but sales in only 2 years. Summarizecolumns function would only return 2 row for the years with sales. i.e . misisng the rows that did not have sales.
Using this function inconjuctionn with sumarizecolumns would return 5 rows (one frow for each row) but showing a blank for the years without sales
Comments
Post a Comment