Forum Discussion
Spencer
Helper II
10 years agoSummarize Columns - Keeping blank rows
Hi, and apologies in advance if I'm missing something really simple. (Just haven't been able to find a solution elsewhere). I'm creating a new table by using the SUMMARIZECOLUMNS function and am ...
Vvelarde
Community Champion
10 years agohi Spencer
1. Create a Table with Months and related to Employee Master with Month Joined Column.
2. Create a new table with this Dax:
Monthly = SUMMARIZECOLUMNS(Months[Month];"Starters";If(COUNTROWS(RELATEDTABLE(Employee Master))>0;COUNTROWS(RELATEDTABLE(Employee Master));0))