Hide specific page dimension

Hi!

We, in eazyBI, strongly believe that everyone who is using the report should know what information the report contains (e.g., that it shows data based only on epic issues), therefore, Page filters are always visible and you can’t hide them.

However, we have some ideas on “clean chart concept” in our backlog for future development (for instance, hiding Page selection for dashboard viewers).

Currently, as a workaround, you can include page filter in each measure used in the report, using, for instance, tuple constructions: https://docs.eazybi.com/display/EAZYBI/Calculated+measures#Calculatedmeasures-Tuples
As an example, the following measure would show only resolved epics:

([Measures].[Issues resolved],
 [Issue type].[Epic])

Or, you can create a calculated member in Issue type dimension that refers to this particular issue type (i.e. the formula for this calculated member would be [Issue type].[Epic]), and name it meaningful for your users. Then use this calculated member in Page filter instead of default issue type Epic.

Ilze, support@eazybi.com