I am unable to find any useful resources on this. Basically, we are working on ASP.NET web API which needs to consume the SSAS Tabular Model.
I went through Microsoft.AnalysisServices.AdomdClient, but it looks like its specific for Multidimensional models and not for the Tabular ones.
What is the cleanest way to query SSAS Tabular using C#?