raw_xml_view
Perform read-only XPath queries on Power BI RDL reports, returning matched XML elements as serialized strings.
Instructions
Read-only XPath query against the report. Returns matched elements as serialised XML strings. XPath context is (the root); 'r:' is bound to the RDL namespace, 'rd:' to the rd namespace. Examples: "r:DataSources/r:DataSource[@Name='X']" / ".//r:Textbox[@Name='X']/r:Style". Returns [] when nothing matches; raises on malformed xpath.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | ||
| xpath | Yes |