How to get a PowerBi widget to display 0 instead of blank after filtering?

Viewed 20

I have a single card widget on my dashboard that supposed to be showing a teams Work in Progress (WIP). This card is counting the work items in a table and filtering them by team and status.

My problem is that when a team has no work items in a "working" status, the card displays Blank instead of 0.

Is there a way to change this?

1 Answers

Add + 0 to the end of your measure.

Related