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
HenryJS
Post Prodigy
Post Prodigy

Workday

Hi all

 

Please could someone advise the best way to extract / connect data from Workday HCM to Power BI?

 

thanks

 

1 ACCEPTED SOLUTION
v-angzheng-msft
Community Support
Community Support

Hi, @HenryJS 

 

This connector may be useful to you Workday HCM (Preview)

Additional information online:

ZappySys has announced Generic SOAP / REST API connector which you can use to pull data from WorkDay SOAP Web Service in Power BI or other ODBC tools. Check below link Connect Workday in Power BI – Import SOAP Data

Here is sample SQL query

SELECT * FROM $
/*Below WITH clause is optional, uncomment parameter(s) values you like to set
which are different than DSN properties.
*/
WITH(
src='https://xxxxxxxxxx.workday.com/ccx/service/yyyyyyyyy/Human_Resources'
--,ElementsToTreatAsArray='wd:Worker'
--,DataConnectionType='HTTP'
--,SoapWssPasswordType='PasswordDigest'
--,UserName='testuser001'
--,CredentialType='SoapWss'
--,Filter='$.env:Envelope.env:Body.wd:Get_Workers_Response.wd:Response_Data.wd:Worker[*]'
--,RequestContentTypeCode='TextXmlUtf8'
--,RequestMethod='POST'
--,Header='SOAPAction: ""'
,RequestData='

 

 

Best Regards,
Community Support Team _ Zeon Zheng


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

View solution in original post

2 REPLIES 2
v-angzheng-msft
Community Support
Community Support

Hi, @HenryJS 

 

This connector may be useful to you Workday HCM (Preview)

Additional information online:

ZappySys has announced Generic SOAP / REST API connector which you can use to pull data from WorkDay SOAP Web Service in Power BI or other ODBC tools. Check below link Connect Workday in Power BI – Import SOAP Data

Here is sample SQL query

SELECT * FROM $
/*Below WITH clause is optional, uncomment parameter(s) values you like to set
which are different than DSN properties.
*/
WITH(
src='https://xxxxxxxxxx.workday.com/ccx/service/yyyyyyyyy/Human_Resources'
--,ElementsToTreatAsArray='wd:Worker'
--,DataConnectionType='HTTP'
--,SoapWssPasswordType='PasswordDigest'
--,UserName='testuser001'
--,CredentialType='SoapWss'
--,Filter='$.env:Envelope.env:Body.wd:Get_Workers_Response.wd:Response_Data.wd:Worker[*]'
--,RequestContentTypeCode='TextXmlUtf8'
--,RequestMethod='POST'
--,Header='SOAPAction: ""'
,RequestData='

 

 

Best Regards,
Community Support Team _ Zeon Zheng


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

Does anyone know if you need to know SQL to use this API?  

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