Forum Discussion
Spencer
10 years agoHelper II
Summarize 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
10 years agoCommunity Champion
hi 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))