Forum Discussion
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
- AnonymousNot 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
- I_LOVE_POWER_BIHelper III
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?