Same problem here. I have a field CompletionType.
XML:
Field Name: CompletionType Type: String Value: Online Completion
Power BI
Field Name: CompletionType Type: Any Value: Table
Inside the table
Field Name: Element:Text Value: Online Completion
Query related
#"Changed Type" = Table.TransformColumnTypes(Table4,{{"CompletionType", type any}})
in
#"Changed Type"
Can anyone help on this? The drill down and xml parser do not work out.