Linq To DAX
This is an attempt to make SSAS BISM Tabular Model (and DAX query language) accessible through a simple linq interface in .Net languages. In the last two years we in Dealogic used SSAS Tabular in our projects and felt the need to create a simple and idiomatic way to query tabular from C#/F#. The linq IQueryProvider is one of our attempts to achieve this goal.
Read more...