Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
5 years ago

Visual disappears when filter is applied

When I apply a filter, I can see that there is data available the visual disappears.

 

I have tried other vissuals as well.

 

And there is on other filters on the workbook or page.

 

2 Replies

  • Anonymous's avatar
    Anonymous
    Not applicable

    Hi Anonymous ,

     

    Here the little numbers in the filter panel refer to the count of records (see this community power bi post) in your data set.

    The count of records may not be the same as the value computed by the DAX measure you used in your visual.

    So it means that there are records, but maybe your measure returns BLANK (because of any calculation logic that might live in the measure).

     

    Could you please provide the code of the DAX measure you are using here?

     

    Best,

    Thomas

  • Did you check whether the result column is actually a value? Maybe it is a text? Can you show some more information about your dataset?