Forum Discussion

billyrich83's avatar
billyrich83
Frequent Visitor
3 years ago
Solved

Table visual to show zeros/blank values

Hi I'm trying to create a table vidual in Power Bi to help track numerous kpis for our project. It's things like late doucments, late invoices, number of actions and num,ber of tasks.    I need the...
  • v-jianboli-msft's avatar
    3 years ago

    Hi billyrich83 ,

     

    Power BI lets you visualize data from various sources. When you create a visual, Power BI only shows relevant data to properly manage how data is presented and displayed. Power BI determines which data is relevant based on the configuration of the visual and the underlying data model. However, there may be times when you want to show items with no data.

    The Show items with no data feature lets you include data rows and columns that don't contain measure data (blank measure values).

    For more details, please refer to:

    Show items with no data in Power BI - Power BI | Microsoft Learn

     

    Best Regards,

    Jianbo Li

    If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

  • Ashish_Mathur's avatar
    3 years ago

    Hi,

    The measure should be as follows:

    Measure = coalesce([your measure],0)

    Hope this helps.