Forum Discussion
Connecting Wufoo Form to PowerBI through api / xml / powerbi: Some values show as "table"
- 3 years ago
The solution for me was to open the file first in MS Excel, which has a better XML handler than PowerBI. And then, as it turns out, I ran back to MS Access to ultimately use the data anyway--rather than PowerBI as I was going to create a paginated report with it. But I don't have, nor need to pay for the PowerBI premium license--just to create pagniated reports when I have more than ample skills to create the exact same report in MS Access (using XML/Wufoo exported data).
Hi akee ,
Please refer to the similar thread:
PowerBI XML Data Source from REST API Call sometimes returns "table" data type - Stack Overflow
Best Regards,
Community Support Team _ kalyj
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Greetings--
Thanks for your answer. Upon closer inspection, I think the issue involves broken containers. I'm noticing, by looking more closely at the xml code in the file I'm importing that there are end containers, </field> without opening containers, <field>. For whatever reason, I believe that is the source of the issue. I'm about to experiment with that hypothesis.