Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more
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 ( ) ) )
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.
| User | Count |
|---|---|
| 9 | |
| 5 | |
| 4 | |
| 4 | |
| 3 |
| User | Count |
|---|---|
| 13 | |
| 9 | |
| 9 | |
| 9 | |
| 8 |