Personalizing Report for Current User

Hi ,
Welcome to the eazyBI community!

You can check out this community post: eAzyBI & Current User In Dashboard and create a similar calculated member in Assignee dimension (instead of Logged by) using folowing formula:

Aggregate({
    IIF(IsEmpty([Assignee].[User].getMemberByKey(CurrentUser())),
        {},
      [Assignee].[User].getMemberByKey(CurrentUser())
      )}
      )

I hope this helps!

Kindly,
Ilze