Skip to content

Commit

Permalink
Merge pull request MicrosoftDocs#133 from andrewluotechnologies/patch-1
Browse files Browse the repository at this point in the history
Fix malformed XML in "DAX for multidimensional models in SQL Server A…
  • Loading branch information
paulinbar authored May 13, 2024
2 parents 54f0951 + 9e61c69 commit 3298968
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -173,9 +173,9 @@ Multidimensional metadata is represented as a tabular model namespace in a CSDLB
**Example: DISCOVER_CSDL_METADATA request**

```xml
<Envelopexmlns="http://schemas.xmlsoap.org/soap/envelope/">
<Envelope xmlns="http://schemas.xmlsoap.org/soap/envelope/">
<Body>
<Discoverxmlns="urn:schemas-microsoft-com:xml-analysis">
<Discover xmlns="urn:schemas-microsoft-com:xml-analysis">
<RequestType>DISCOVER_CSDL_METADATA</RequestType>
<Restrictions>
<RestrictionList>
Expand Down Expand Up @@ -211,4 +211,4 @@ While some existing DAX query patterns may need to be redesigned, SuperDAX funct

## See also

[DAX reference](/dax/)
[DAX reference](/dax/)

0 comments on commit 3298968

Please sign in to comment.