I need to create a filter in Performance point Dashboard to get only non empty values. I am trying to write a MDX Query for selecting the values
SELECT NONEMPTY{[H School ].[Dist Name], [H School ].[School Name]}
FROM [Early Cube ]
but it is not filtering the data