<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://sqlblog.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Search results matching tags 'MDX' and 'Tabular'</title><link>http://sqlblog.com/search/SearchResults.aspx?o=DateDescending&amp;tag=MDX,Tabular&amp;orTags=0</link><description>Search results matching tags 'MDX' and 'Tabular'</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP2 (Build: 61129.1)</generator><item><title>SQLLunch on April 23 in London and Cardiff #sqlpass #dax #sqllunch</title><link>http://sqlblog.com/blogs/marco_russo/archive/2013/04/15/sqllunch-on-april-23-in-london-and-cardiff-sqlpass-dax-sqllunch.aspx</link><pubDate>Mon, 15 Apr 2013 08:52:00 GMT</pubDate><guid isPermaLink="false">21093a07-8b3d-42db-8cbf-3350fcbf5496:48691</guid><dc:creator>sqlbi</dc:creator><description>&lt;p&gt;On April 23 I will present DAX in Action in London and Cardiff at SQLLunch event.&lt;br&gt;How is it possible I will be in two places at the same time?&lt;br&gt;This will be a remote presentation delivered in two locations, where you can have lunch while watching the session. &lt;/p&gt;&lt;p&gt;What is this session about? This is the session description:&lt;/p&gt;&lt;blockquote&gt;&lt;p&gt;&lt;em&gt;Tabular is the new SSAS modeling experience and DAX is the new language to use to create BI solution with Tabular. How does it compare with MDX and Multidimensional? In this session, which is mostly based on demos, we will build a complex BI solution from scratch, starting from simple analysis and moving through complex scenarios, showing how you will leverage the tremendous speed of DAX to create complex solution on simple data models, focusing on the differences in building the same solution in MDX or DAX.&lt;/em&gt;&lt;/p&gt;&lt;/blockquote&gt;&lt;p&gt;These free events are organized by the UK SQL Server User Group. If you are interested, you can register using the following links.&lt;br&gt;London : &lt;a href="http://sqlserverfaq.com/events/534/SQLLunch-All-stuff-no-fluff-Marco-Russo.aspx"&gt;http://sqlserverfaq.com/events/534/SQLLunch-All-stuff-no-fluff-Marco-Russo.aspx&lt;/a&gt;&lt;br&gt;Cardiff : &lt;a href="http://sqlserverfaq.com/events/535/SQLLunch-All-stuff-no-fluff-Marco-Russo.aspx"&gt;http://sqlserverfaq.com/events/535/SQLLunch-All-stuff-no-fluff-Marco-Russo.aspx&lt;/a&gt;&lt;br&gt;&lt;/p&gt;</description></item><item><title>Using SQL to query Multidimensional and Tabular models #dax #sql #mdx #ssas</title><link>http://sqlblog.com/blogs/marco_russo/archive/2012/01/12/using-sql-to-query-multidimensional-and-tabular-models-dax-sql-mdx-ssas.aspx</link><pubDate>Thu, 12 Jan 2012 13:12:00 GMT</pubDate><guid isPermaLink="false">21093a07-8b3d-42db-8cbf-3350fcbf5496:40742</guid><dc:creator>sqlbi</dc:creator><description>&lt;p&gt;Analysis Services answers to query in MDX, in DAX (by now just for Tabular models) and has a limited capability to answer SQL queries. It is not useful for any development or client tool, but I wanted to write a blog post on it in order to be able to retrieve these information I gathered during study of DAX and MDX queries sent to Tabular models.&lt;/p&gt;  &lt;p&gt;If you create an OLE DB connection using the MSOLAP driver you can send queries to BISM models according to the following schema:&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;Multidimensional (aka UDM/OLAP)&lt;/li&gt;    &lt;ul&gt;     &lt;li&gt;MDX&lt;/li&gt;      &lt;li&gt;SQL&lt;/li&gt;   &lt;/ul&gt;    &lt;li&gt;Tabular&lt;/li&gt;    &lt;ul&gt;     &lt;li&gt;DAX&lt;/li&gt;      &lt;li&gt;MDX&lt;/li&gt;      &lt;li&gt;SQL&lt;/li&gt;   &lt;/ul&gt; &lt;/ul&gt;  &lt;p&gt;The SQL support exists mainly for creating local cubes from a Multidimensional model and it is also used by BISM Tabular model editor. The feature is not documented and not supported outside the syntax that is required for supporting local cubes (for example, it is used when you create an Offline cube in Excel).&lt;/p&gt;  &lt;p&gt;You can see some examples of SQL syntax used to query an OLAP cube in two blog post of 2005/2006: &lt;a href="http://blogs.technet.com/b/mat_stephen/archive/2005/03/21/400006.aspx"&gt;one from Mat Stephen&lt;/a&gt; and &lt;a href="http://cwebbbi.wordpress.com/2006/06/14/can-i-run-sql-against-an-analysis-services-cube/"&gt;the other from Chris Webb&lt;/a&gt;. You can use the same syntax also to query a BISM Tabular model. In such a case, you can also add the &lt;strong&gt;SQLQueryMode=DataKeys&lt;/strong&gt; in the connection strings in order to improve performance, because there is a more direct translation into a Vertipaq request balanced by further restrictions in SQL syntax.&lt;/p&gt;  &lt;p&gt;I haven’t found a good reason to use such a SQL syntax and the fact that it is not documented and not completely supported means that it is not something that should be used anyway. However, I think it is good to know what is the SQL support existent in Analysis Services (someone might remember some presentation of UDM in early days of SQL 2005 beta) and I’d like to get your feedback about reasons for which this feature should be supported (but before answering, please remember this is a very particular SQL dialect, with syntax like NATURAL JOIN and no support for many standard ANSI constructs).&lt;/p&gt;</description></item></channel></rss>