Import XML file into MS Power BI
Import XML file into MS Power BI
I need to import a XML file with this structure:
> <?xml version='1.0' encoding='UTF-8' standalone='yes' ?> <!--File
> Created By SMS Backup & Restore v10.05.210 on 24/07/2018 13:22:28-->
> <calls count="193" backup_set="de24e024-5807-4428-a043-3f43014482d0"
> backup_date="1532431347917"> <call number="+420123456789" duration="0"
> date="1511367543614" type="3" presentation="1"
> readable_date="22/11/2017 17:19:03" contact_name="(Unknown)" />
> </calls>
Power BI makes columns from the 3rd line. But I need it to use the 4th line begining with call number.
The XML files are being exported from mobile phones automatically in some intervals. After the update of the XML file, it should be updated in Power BI as well.
Please, how can I solve the problem? So the Power BI would make the columns from the 4th line. Manual deleting the 3rd line is not an effetctive solution due to automatization of the process.
Thank You in advance
Tereza
By clicking "Post Your Answer", you acknowledge that you have read our updated terms of service, privacy policy and cookie policy, and that your continued use of the website is subject to these policies.