Space view report

Hi
Need to create report that show report of “space view” like “analytics”
1-add data source
2-add space as row, and “space view” metric, but it is blank.

FYI: other things like “page view” show numbers correctly.

Any idea?
Thanks

Hi,

We recently found an inefficiency in the Space views measure.
It seems that the following custom measure works better:

NonZero(Count(
  Filter(Descendants([Space].CurrentHierarchyMember,[Space].[Space]),
  [Measures].[Page views]>0
  )
))

Let me know if this works for you.

Kindly,
Janis, ezyBI support