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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now

Reply
Anonymous
Not applicable

PowerBI Custom Connector - Windows Authentication

Dear Forum members/gurus,

 

Greetings, I have a query related to Windows credential/Username.

 

Is there anyway before sending request to the service I can retrieve Windows username and send it as a header or how the below works if I wanted to use Windows user. I wanted to send Windows user name to the my service where I can get a windows user and do further processing:

 

Below I have used for Windows authentication:

 

Sample.DataConnector = [
Authentication = [
Windows = []
],
Label = Extension.LoadString("DataSourceLabel")
];

 

Then I have a feed method as below, tried to use Extension.CurrentCredential but getting a null error:

 

Sample.DataConnector.Feed = (url as text) =>
let

 

Credential = Extension.CurrentCredential(),
split= Text.Split(Credential[Username],"#"),
source = Web.Contents(url, [ManualCredentials = true, Query = [
user_key = split]),
json = Json.Document(source)
in
json;

 

I would be really grateful if anyone can help me to resolve - In simple I wanted to send windows username from Power bi custom connector and retrieve it within my service (REST)

3 REPLIES 3
v-jiascu-msft
Microsoft Employee
Microsoft Employee

Hi @Anonymous,

 

I have consulted the Product Team. I will update the result here. 

 

Best Regards,
Dale

Community Support Team _ Dale
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Anonymous
Not applicable

Hi @v-jiascu-msft, Thank You very much for your response, I will wait for your response.

Hi @Anonymous,

 

I have gotten the response from the Product Team. 

The Username is only presented with the Alternative Windows Authentication, which asks us to enter Windows username and password. You can activate it like below.

 

[Authentication = [Windows = [SupportsAlternateCredentials = true]]]

Can this be helpful?

 

 

Best Regards,
Dale

Community Support Team _ Dale
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Helpful resources

Announcements
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

Check out the October 2025 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.