This article helps you to display a report to find logged time for the currently logged-in user in the bar chat chart view.
\uD83D\uDCD8 Instructions
How to create a Calculated Field to find the currently logged-in user
Navigate to My Area → > My calculated Field → Fields > Create New Field.
Specify the Name and Description as per your the choice.
Select Category as None.
Drag and drop Function → Logical → Equals().
Drag and drop Field for value 1: Time entry: User AccountId.
Drag and drop Function for value 2: String → LOGGED USER: AccountId().
Validate the Expression.
Save the calculated field.
Refer to the below screenshot and GIF to follow for the pictorial representation of the above steps:
...
How to create a dynamic filter to find logged time for the currently logged-in user
...
Select view type as Bar Chart.
Add Time entry: Date on X-Axis (Dimension) and Time Entry: Logged Time on Y-Axis (Measures).
Add Filters Time Entry: User and calculated filed Is Current User.
Add a rule to the field Is Current User . (Is Current user is equals to TRUE).
Run the report.
...