Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
samsonfr
Frequent Visitor

Power BI Report Server : UserPrincipalName() or UserName() not useful when using Forms Auth

I successfully managed to test Power BI Report Server using Forms Autentication based on this security sample :

https://github.com/Microsoft/Reporting-Services/tree/master/CustomSecuritySample

 

I was able to create a user and set it as administrator.

 

Now, in my Power BI analysis, I would like to retrieve the name of the current form user using either UserPrincipalName() or UserName() DAX function. Problem is that :

 

- UserPrincipalName() returns <servername>$@domain.com

- UserName() return NT SERVICE\PowerBIReportServer

 

Whereas, when using Windows Authentication, it returns respectively email and windows login ...

 

Is is a bug? Any other way to get the logged in user name?

 

Frederick

 

 

2 REPLIES 2
oliviernicollet
Frequent Visitor

Hello, did you find any solution to filter user data when using form auth in Power BI Report Server?

samsonfr
Frequent Visitor

I got a response from Microsoft support :

 

"The issue we are seeing is considered a  by Design behavior. As PBI connects to Azure Analysis Services (AAS) internally and AAS takes only Windows Credentials. When Forms Authentication is used, it uses the Credentials of PBI RS (which is Service account) as Windows username is not available."

 

So Forms Authentication for PBI Report Server should only be used to define autorizations on folders and files. As there is no way of getting the form user name from within Power BI (using DAX for example), it cannot be used to filter data automatically by on the user.

 

Frederick

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.

Top Solution Authors