Is there a way to remove (no component) from Project Component?

I have been trying to remove (no component), so I can pull data from all projects that are not from (no component), but I couldn’t do it. I can’t use advanced settings to set a custom field because of internal security policies. Hence, can’t I create a calculated measure?

@Luiz_Guerra
You can’t remove the “no component” from the dimension hierarchy just like that.

But you can create a new user-defined calcuated measure that would subtract “no component” results from the total results and then turn on the hide empty feature to hide empty rows.

[Measures].[Issues created]
-
(
[Measures].[Issues created],
[Project].[(no component)]
)

Martins / eazyBI

1 Like