Format MDX & DAX: web service for formatting is available

Hi.

I created a simple web-service that formats MDX or DAX query into plain text, Rtf or Html. The address of the web-service is https://formatmdx.azurewebsites.net/formatter.asmx.

All the methods of the web-service are listed below.  There are 2 flavor of every method - without custom settings(=with default settings) or with custom settings.

  • FormatAsHtml
  • FormatAsHtmlWithSettings
  • FormatAsPlainText
  • FormatAsPlainTextWithSettings
  • FormatAsRtf
  • FormatAsRtfWithSettings

Enjoy!

Nick