Forum Discussion
Explore Data in Power Query coming from Succesfactors
Hello,
I have an issue on how to explore the data that I am bringing from SF, I can establish the connection between Power BI and SF using the web connector. However at the moment where I want to transform the Data I have to expand it from the top left of the column but it will redirect me to other columns where i need to do the same (there a lotof column that i should do this) and at the final i will get the data but with too many columns that i don't need and also it will be reapeted.
It there any way to have directly the data with the same shape of the SF
Note: I don't have this issue when I am connected to SAP BW, I am able to extract the data with the same shape and format as the BW.
Here below are the steps:
In collection, I have all the tables then i choose which table I need and I go to transform data.
then from here i will start expanding alot of columns (there too many layers to expand, I mean i have to expand then it will give me other columns where I need to expand again and again)
in advance thank you very much
Kind regards,
5 Replies
- tharunkumarRTKSuper User
Dich123
I guess your API source is giving the result in XML format and you need to have good understnading on its structure to retrieve the required columns. Since the xml result of each API can be different, there is no other option but to expand every column required.SAP BW can give a flat table as a result and this is the reson why you dont need to expand anything and power query will exapnd it automatically.
Hope this answers your question.
If the post helps please give a thumbs up
If it solves your issue, please accept it as the solution to help the other members find it more quickly.
Tharun
- Dich123Frequent Visitor
Thank you tharunkumarRTK for your answer, However is there any way to get the data as a flat file?
- mahenkj2Solution Sage
Hi Dich123
Not spcifically answering you, but just pointing to link below:
https://community.fabric.microsoft.com/t5/Desktop/SalesForce-connectors/td-p/1731727
Incase it can help.
- metricaPost Prodigy
Hi Dich123,
The nested records and tables are caused by the hierarchical response returned by the SuccessFactors API. With the Web connector, Power Query treats these structures as JSON or XML values that must be expanded.
You may first want to try the OData Feed connector using the root URL of the SuccessFactors OData service. It can expose entity sets as separate tables and may provide a cleaner navigation experience, although related entities may still need to be selected or expanded separately.
You may also evaluate Power BI Connector for SAP if your SuccessFactors OData service and authentication method can be configured through an SAP destination:
It allows you to select the required entities and fields before loading them into Power BI. Compatibility with your specific SuccessFactors tenant would need to be verified during a trial or demo.
Documentation:
https://metricasoftware.com/docs/sap/Cheers,
Metrica Team