Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
7 years ago
Solved

Tooltip Showing Null Columns

Hello All, I've built a dashboard to audit how much data has or has not been populated in a Project Online site. I'm able to pull all the info and graph percentage of data populated. What I'd like t...
  • v-cherch-msft's avatar
    v-cherch-msft
    7 years ago

    Hi Anonymous

     

    You may refer to below sample data and create a measure like:

    Measure =
    CONCATENATEX ( FILTER ( Table3, Table3[Value] = "" ), Table3[Attribute], "&" )

     

    Regards,

    Cherie