0
votes

I have created a Cube in Visual Studio 2017. SSMS Version 12.0.6118.4 Dimension gets processed successfully, Cube also gets processed successfully. But while creating the tabular view in browser of visual studio, I am facing following error:

Function availability and configuration errors: The 'Tabular View' function is not included in the standard (64-bit) edition of Analysis Services. (Microsoft SQL Server 2014 Analysis Services).

Could anyone please help?

1
The error is telling you the problem. Your business only has Standard Edition. YOu need Enterprise edition to make use of the feature you want.Larnu
As you can see, Tabular models are only supported in Enterprise edition in SQL Server 2014: BI Semantic Model (Tabular)Larnu

1 Answers

0
votes

This combination of visual studio/SSMS versions and 2014 analysis services is known to cause a problem, as opposed to being an edition issue per se.

Upgrade your SSMS version to 18.3 or higher.