Skip to main content

Power BI

New

Can we have a content pack for Workday?

Vote (18) Share
's profile image

on 09 Nov 2016 19:55:30

Can we have a content pack for Workday?

Comments (4)
's profile image Profile Picture

1413c051 41c7-ea11-a812-000d3a563be2 on 16 Jul 2020 08:51:01

RE: Can we have a content pack for Workday?

Check out this app:
https://appsource.microsoft.com/en/product/power-bi/agile_analytics.hr-analytics

's profile image Profile Picture

879170cf 37b0-4ed5-8d61-1f127f0fe7b2 on 05 Jul 2020 23:33:18

RE: Can we have a content pack for Workday?

'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 https://zappysys.com/blog/connect-workday-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='



.......... .......... ..........
.......... FROM SOAPUI .........
.......... .......... ..........

'
)

's profile image Profile Picture

96801a5e cb69-4479-a71d-e0e5d6ffe347 on 05 Jul 2020 22:43:54

RE: Can we have a content pack for Workday?

Let's start by having a connector which was requested back in 2014

's profile image Profile Picture

8b65003b 175e-44c3-9a97-a975bbffa45d on 05 Jul 2020 22:42:57

RE: Can we have a content pack for Workday?

Workday content pack.