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



https://dax.guide/addmissingitems/

Comments

Popular posts from this blog

Daily DAX : Day 65 INFO.TABLEPERMISSIONS

Daily DAX : Day 55 PV