Forum Discussion

DucLuong's avatar
DucLuong
Frequent Visitor
6 years ago
Solved

Xml processing failed. Internal error: '\b', hexadecimal value 0x08, is an invalid character.

Hi everyone,   I have a Power BI dashboard that gets data from an RSS feed of a service provider (Request Tracker).   Normally the connection works fine but recently, due to some customers mistak...
  • DucLuong's avatar
    6 years ago

    I'm posting a solution I found here in case anyone runs into the same problem. The beauty of this is that you can do it without much programming knowledge like I am.

     

    What worked for me is to use Power Automate to get xml file, look into its content, strip the invalid characters before saving the file to SharePoint. After that, I only need to establish data connection between Power BI and the sanitised xml file on SharePoint.

     

    The solution can be found here. It belongs to AlanPs1 and all credits should be given to him for a very neat solution.