I would like to remove people from a list of users as the hours recorded are no longer required (due to a restructure). I have a report where the table has the following.
Rows: Time
Logged By: All users
Columns: 3x User Defined Hours
If a member is removed from the report manually (right click member - delete). The report does not change the External Project Hours.
If you have more than 1 user to remove, you can replace the “Manually removed user name” with a calcualed member from “Logged by” dimension after it is created with an aggregate.
However, for “[Logged by].[Manually removed user name]”
Are we talking short name? or surname, firstname as it is currently displayed in the graph?
To add context, its now removing hours of a test user, but it is still keeping the user in the chart with 0.00 logged. I’m also seeing that the clumn has a lot of negative values in place of what was blank before.
Here is the code thats been used for external project hours:
You should use display names in the formula for “Logged by” dimension - the same as you see when you create a report with “Logged by” dimension in rows.
Sorry, I am quite new to EazyBI formulas (Despite using EazyBI for years). But wouldn’t this show specific people would it not?
So for example, if I used [Logged by].[A Name] it would display A Name.
I don’t want this. I want to have a list of users minus the people on the below list.
A Name
A NotherName
A ThirdName
As a test, I used my name, as I’m on the list of people in the formula I used above. What I observed was that my hours had changed from 74.75h to 0.00. However, others had had 74.75h removed from “External project hours”.
Again, Sorry to sound so new at this. But I hope this clarifies further.
The idea is to subtract the hours for particular users from the calculation, which is why I recommended using these users in the second part of the formula to exclude their hours.
What layout for the report you have in mind? How would your report look like when it is completed (columns, dimensions, measures, filters)?
This is the layout I would like, just with a set of users removed (about 10 or so) so hours are not seen in Internal and External project hours (Both are a user defined measure).
Hi,
Are you saying that the formula I suggested doesn’t work as expected?
Could you please provide more details (if the content is too sensitive, you can reach out to support@eazybi.com) on what is wrong with the formula after you use the correct Logged by names to exclude them from the calculation?