The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends September 15. Request your voucher.
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 |
---|---|
15 | |
12 | |
8 | |
7 | |
7 |
User | Count |
---|---|
24 | |
20 | |
12 | |
9 | |
7 |