Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
5 years ago
Solved

Measures Count Blanks and Interaction Table Visual

Hi,    I am making a visual related to data quality. I have multiple measurs that count how often a certain value is empty. These measures are calculated as follows:   Empty_column_name = COUNTBL...
  • v-lionel-msft's avatar
    v-lionel-msft
    5 years ago

    Hi Anonymous ,

     

     

     

    Please do like this.

    1. Replace the 'null' value with '0' in 'Edit Query'.

     

    2. Unpivot columns 'Variable2', 'Variable3', 'Variable4'.

     

    3.Create a measure.

    Please refer to my .pbix file.

     

    Note: There must be an ‘Attribute’ column in the table visual, otherwise the interaction between the two visuals can not be completed.

     

    Best regards,
    Lionel Chen

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