'How to find out which Features of SQL Server installed on my machine

I know it has installed SQL Server 2017 Developer edition, but I need to find if I have all needed features for SSAS installed.

Basically I need to have this:

enter image description here



Solution 1:[1]

The 2 options you are looking for are not anymore in the sql server installer. These are optional packages you have to download. This mainly done because management studio and sql data tools have a seperate release schedule then SQL server.

data tools

SQl server Management studio

Solution 2:[2]

Open "SQL Server Installation Center" from the Windows Start menu. Click on "Tools" and then on "Installed SQL Server features discovery report" enter image description here

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 WimV
Solution 2 Serge Voloshenko