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! Request now
Hello community,
Please i really need your assistance
I am trying to count a column based on some conditions
two columns = Status and Uploaded
I want to count all the data in approved from 'Status' combined with 'No' and blanks from column 'uploaded'
I am trying to use the formula below but the last part of the formual underlined is preventing me from doing it.
Please can you advise
Solved! Go to Solution.
Hi @Maz_0102
I might have misunderstood your description. Please try
=
COUNTROWS (
FILTER (
'Hazard and Near Miss Report',
AND (
'Hazard and Near Miss Report'[Status] = "Approved",
'Hazard and Near Miss Report'[Uploaded in 4sight] = "No"
|| 'Hazard and Near Miss Report'[Uploaded in 4sight] = BLANK ()
)
)
)
Hi @Maz_0102
please use
=
COUNTROWS (
FILTER (
'Hazard and Near Miss Report',
'Hazard and Near Miss Report'[Status] = "Approved"
|| 'Hazard and Near Miss Report'[Uploaded in 4sight] = "No"
|| 'Hazard and Near Miss Report'[Uploaded in 4sight] = BLANK ()
)
)
Hi
thank you replying
I have executed this below but the number is not returning correct
It should be 38
Hi @Maz_0102
I might have misunderstood your description. Please try
=
COUNTROWS (
FILTER (
'Hazard and Near Miss Report',
AND (
'Hazard and Near Miss Report'[Status] = "Approved",
'Hazard and Near Miss Report'[Uploaded in 4sight] = "No"
|| 'Hazard and Near Miss Report'[Uploaded in 4sight] = BLANK ()
)
)
)
YOU ARE AMAZING! THANK YOU
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 |
|---|---|
| 8 | |
| 6 | |
| 6 | |
| 5 | |
| 4 |
| User | Count |
|---|---|
| 25 | |
| 14 | |
| 8 | |
| 8 | |
| 8 |