Need a special offer?Find out if your project fits.
+

Connecting to MS analysis services from Flex Monster

Open
Aparna asked on September 8, 2021

https://www.flexmonster.com/demos/js/connect-ssas/ 
In  this demo provided   in the Flex monster website , Which method is used to connect to  MS -Azure analysis services- XMLA or Accelerator approach ?
 

1 answer

Public
Vera Didenko Vera Didenko Flexmonster September 8, 2021

Hello, Aparna,
 
Thank you for your question.
 
The demo uses Flexmonster Accelerator to connect to the cube data. This can be checked by saving the report configuration via the "Save" Toolbar Tab. The demo uses the following configuration:

"dataSource": {
"type": "microsoft analysis services",
"proxyUrl": "https://olap.flexmonster.com:8085/FlexmonsterProxy/",
"catalog": "Adventure Works DW Standard Edition",
"cube": "Adventure Works",
"binary": true
}

The binary: true property of the dataSource object makes Flexmonster use the Accelerator instead of XMLA.

Also, we have several code examples using the Accelerator and XMLA approaches. You are welcome to check them out on our examples page in the Data Source section.
 
Please let us know if this helps.
 
Kind regards,
Vera

Please login or Register to Submit Answer