A Microsoft online analytical data engine used in decision support and business analytics, providing the analytical data for business reports and client applications such as Power BI, Excel, Reporting Services reports, and other data visualization tools.
If Analysis Services is installed but the service is disabled, enable and start it from SQL Server Configuration Manager:
- Open SQL Server Configuration Manager.
- Open the Analysis Server Properties dialog for the SSAS service.
- On the Service tab, change Start Mode from Disabled to Manual or Automatic.
- Manual: starts only when started manually.
- Automatic: starts when Windows starts.
- Check State. If it is stopped, go to the Log On tab and select Start.
If Analysis Services was not installed at all, it must be added through SQL Server Setup, because Analysis Services is installed as a SQL Server feature.
To verify it is running:
- Open SQL Server Management Studio.
- Connect to the Analysis Services instance.
- If the connection succeeds, the service is running.
If remote connections are needed for a default Analysis Services instance, open inbound TCP port 2383 in Windows Firewall.
References: