Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now! Learn more
I am able to get count for blank records from two columns but not able from another value exists record
BlankCountmeasure =
CALCULATE(COUNTBLANK('data'[level 2]),FILTER('data','data'[level 1]= "Manager"))
Not working measure as below
FieldEngineerCountMeasure =
CALCULATE(COUNT('data'[level 2]),FILTER('data','data'[level 1]= "Manager")
,FILTER('data','data'[level 2]= "FieldEngineer"))
Solved! Go to Solution.
Hi @rms1
You measure seems to be working perfectly fine.
See the below image.
You can see the PBIX file here.
If you are still facing some issues with your work please share the pbix.
If this helped you, please mark this post as an accepted solution and like to give KUDOS .
Regards,
Affan
Hi @rms1
You measure seems to be working perfectly fine.
See the below image.
You can see the PBIX file here.
If you are still facing some issues with your work please share the pbix.
If this helped you, please mark this post as an accepted solution and like to give KUDOS .
Regards,
Affan
The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now!
Check out the November 2025 Power BI update to learn about new features.
| User | Count |
|---|---|
| 59 | |
| 46 | |
| 42 | |
| 23 | |
| 17 |
| User | Count |
|---|---|
| 190 | |
| 122 | |
| 96 | |
| 66 | |
| 47 |