Forum Discussion
zenton
4 years agoHelper II
Count from summarised row count
Hi, I have a measure to Countrows of summarized data. Results in the table below. I need a measure to show count of the rows that equal 18. So the result should be 4 as per table below Measure 3 ...
tamerj1
4 years agoCommunity Champion
zenton
I think I have totally misunderstood the requirement. Would you please try
Complete Task Count =
SUMX ( Labware, IF ( ISBLANK ( Labware[Value] ), 0, 1 ) )