Ultimate access to all questions.
You have a Fabric semantic model with dynamic row-level security (RLS) enabled. When you query a measure that uses the USERNAME() function, it returns a blank result. You need the measure to return the user principal name (UPN) of the user.
Solution: You update the measure to use the USERPRINCIPALNAME() function.
Does this solution meet the goal?