Supplies are limited. Contact info@espc.tech right away to save your spot before the conference sells out.
Get your discountScore big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount
Hi Team,
I have an requirement like below.
I need to count the column "A" based on the column "B"
Out Put should be like below
column "A" should only show the count where column "B" is not blank like below, that means column "A" count should be 19 as per the below data.
Thanks in advance
Solved! Go to Solution.
Hi @Anonymous
try
COUNTROWS ( FILTER ( TableName, TableName[B] <> BLANK ( ) ) )
Hi @Anonymous
try
COUNTROWS ( FILTER ( TableName, TableName[B] <> BLANK ( ) ) )
User | Count |
---|---|
13 | |
12 | |
8 | |
8 | |
6 |
User | Count |
---|---|
28 | |
19 | |
13 | |
11 | |
7 |