The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends September 15. Request your voucher.
What is the best way to connect to our UltiPro cloud service - Power BI REST API or Get Data > Web?
Get Data > Web
If I type the web service I'm able to see Attribute:name and Attribute:targetNamespace and not the fields I need.
Power BI REST API
I followed the instructions from Adam Saxton Push data into a Power BI dataset but having issues pulling in multiple web services from our UltiPro provider.
Process
- Get authentication access token
- Create dataset in Power BI
- Get the dataset to add rows into a Power BI table
- Authenticate with UltiPro web service
- Query web service
- Add rows to Power BI table
Were you succesful with this?
No, I was able to create a program with the authentication access tokens to query data from UltiPro, but was never able to create the dataset that Power BI would access.
Oh I see. Did you use C#? I'm tyring to do the exact same thing. I thought using a link with http Authorization headers would work but nothing.
The program you created can only query data form UtilPro but is not able to transfer anything to PowerBI?
@kkuhle wrote:
What is the best way to connect to our UltiPro cloud service - Power BI REST API or Get Data > Web?
Get Data > Web
If I type the web service I'm able to see Attribute:name and Attribute:targetNamespace and not the fields I need.
Power BI REST API
I followed the instructions from Adam Saxton Push data into a Power BI dataset but having issues pulling in multiple web services from our UltiPro provider.
Process
- Get authentication access token
- Create dataset in Power BI
- Get the dataset to add rows into a Power BI table
- Authenticate with UltiPro web service
- Query web service
- Add rows to Power BI table
Both way should be good.
For the first approach, the data imported depends on the web link you pass. You shall figure out what are the UltiPro links/API shall be called to get expected data.
For the second approach, not clear about your "UltiPro provider", but it is definitely doable, eg in a C# console application.
User | Count |
---|---|
6 | |
4 | |
3 | |
3 | |
2 |
User | Count |
---|---|
9 | |
7 | |
6 | |
5 | |
4 |