Forum Discussion

C097986's avatar
C097986
Helper I
8 years ago
Solved

visualization not showing blank values

Hey guys,       I am trying to show count of values with different status options. for example, i have 4 different status: Status Count of AEF Draft 0 Submitted 34 Approved 55 R...
  • v-piga-msft's avatar
    8 years ago

    Hi C097986,

     

    You could create a measure by IF(ISBLANK(),0, ) like below to get your expected output.

     

    New Measure = if(ISBLANK([count Measure]),0,[count Measure])

    In addition, you could have a reference of this similar thread.

     

    You also could vote this similar idea here which has been submitted in Power BI ideas forum and add your comments there to improve Power BI and make this feature coming sooner.

     

    Best Regards,

    Cherry