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!Vote for your favorite vizzies from the Power BI Dataviz World Championship submissions. Vote now!
Hi ,
I am creating a report from azure devops.
For active tasks i have created a card, but it is showing (Blank)
Now for me it should show "o" instead od (Blank)
Plesae suggest anyone??
Solved! Go to Solution.
Thanks for the replay
here my table name is append,in that having workitem,state
in that workitem having(task,bug)
also state having(active,inprogress)
so here i need to get active tasks
plz help
Hi @hariram2 ,
I create the sample data.
Then please create the measure.
Measure =
COALESCE (
COUNTROWS (
FILTER ( 'Table', 'Table'[state] = "active" && 'Table'[workitem] = "task" )
),
0
)
If the problem is still not resolved, please provide detailed error information or the expected result you expect. Let me know immediately, looking forward to your reply.
Best Regards,
Winniz
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi,
Thanks for your help.
That measure is working for me
But issue is now if no taks is not there means showing Blank
But for me it could show '0" instead of blank
Hi,
i got a solution.
thank you for the help
Vote for your favorite vizzies from the Power BI World Championship submissions!
If you love stickers, then you will definitely want to check out our Community Sticker Challenge!
Check out the January 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 64 | |
| 51 | |
| 46 | |
| 23 | |
| 19 |
| User | Count |
|---|---|
| 135 | |
| 110 | |
| 50 | |
| 31 | |
| 29 |