<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/atom.xsl" media="screen"?><feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-US"><title type="html">Microsoft Business Intelligence</title><subtitle type="html" /><id>http://blogs.msdn.com/b/microsoft_business_intelligence1/atom.aspx</id><link rel="alternate" type="text/html" href="http://blogs.msdn.com/b/microsoft_business_intelligence1/" /><link rel="self" type="application/atom+xml" href="http://blogs.msdn.com/b/microsoft_business_intelligence1/atom.aspx" /><generator uri="http://telligent.com" version="5.6.50428.7875">Telligent Evolution Platform Developer Build (Build: 5.6.50428.7875)</generator><updated>2013-03-25T09:00:00Z</updated><entry><title>Surfing Restaurant Inspections with Microsoft Data Explorer and GeoFlow</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/b/microsoft_business_intelligence1/archive/2013/06/13/surfing-restaurant-inspections-with-microsoft-data-explorer-and-geoflow.aspx" /><id>http://blogs.msdn.com/b/microsoft_business_intelligence1/archive/2013/06/13/surfing-restaurant-inspections-with-microsoft-data-explorer-and-geoflow.aspx</id><published>2013-06-13T16:00:00Z</published><updated>2013-06-13T16:00:00Z</updated><content type="html">&lt;p&gt;&lt;font size="2"&gt;Father’s Day is approaching and you might be thinking about a good place to have a nice lunch with your Dad… We would like to show you how &lt;/font&gt;&lt;a href="http://office.microsoft.com/en-us/excel/download-data-explorer-for-excel-FX104018616.aspx?WT.mc_id=Blog_BI_Demo_DataExplorer" target="_blank"&gt;Data Explorer&lt;/a&gt;&lt;font size="2"&gt;&lt;/font&gt;&lt;font size="2"&gt; and &lt;/font&gt;&lt;a href="http://office.microsoft.com/en-us/download-geoflow-for-excel-FX104036784.aspx?WT.mc_id=Blog_BI_Demo_DataExplorer" target="_blank"&gt;Geoflow&lt;/a&gt;&lt;font size="2"&gt;&lt;/font&gt;&lt;font size="2"&gt; can help you gather some insights to make a good decision. &lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="2"&gt;In order to achieve this, we will look at publicly available data about Food Establishment Inspections for the past 7 years and we will also leverage the Yelp API to bring ratings and reviews for restaurants. For the purpose of this post, we will focus on the King County area (WA) but you can try to find local data about Food Establishment inspections for your area too.&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="2"&gt;What you will need:&lt;/font&gt;&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;&lt;a href="http://www.microsoft.com/en-us/download/details.aspx?id=36803"&gt;&lt;font size="2"&gt;Data Explorer&lt;/font&gt;&lt;/a&gt;&lt;font size="2"&gt;.&lt;/font&gt;&lt;/li&gt;    &lt;li&gt;&lt;a href="http://www.microsoft.com/en-us/download/details.aspx?id=38395"&gt;&lt;font size="2"&gt;Geoflow&lt;/font&gt;&lt;/a&gt;&lt;font size="2"&gt;.&lt;/font&gt;&lt;/li&gt;    &lt;ul&gt;     &lt;li&gt;&lt;font size="2"&gt;Access to the following data:&lt;/font&gt;&lt;/li&gt;      &lt;li&gt;&lt;font size="2"&gt;Food Establishment Inspections data from datakc.org (&lt;/font&gt;&lt;a href="https://www.datakc.org/dataset/Food-Establishment-Inspection-Data/f29f-zza5"&gt;&lt;font size="2"&gt;more details&lt;/font&gt;&lt;/a&gt;&lt;font size="2"&gt;): &lt;/font&gt;&lt;/li&gt;   &lt;/ul&gt;    &lt;ul&gt;     &lt;ul&gt;       &lt;li&gt;&lt;font size="2"&gt;We will link to this URL (which points to the CSV file version of the data) using Data Explorer: &lt;/font&gt;&lt;a href="https://www.datakc.org/api/views/pph9-v8tz/rows.csv?accessType=DOWNLOAD"&gt;&lt;font size="2"&gt;https://www.datakc.org/api/views/pph9-v8tz/rows.csv?accessType=DOWNLOAD&lt;/font&gt;&lt;/a&gt;&lt;/li&gt;     &lt;/ul&gt;   &lt;/ul&gt;    &lt;ul&gt;     &lt;li&gt;&lt;font size="2"&gt;Yelp API (&lt;/font&gt;&lt;a href="http://www.yelp.com/developers"&gt;&lt;font size="2"&gt;more details&lt;/font&gt;&lt;/a&gt;&lt;font size="2"&gt;):&lt;/font&gt;&lt;/li&gt;   &lt;/ul&gt;    &lt;ul&gt;     &lt;ul&gt;       &lt;li&gt;&lt;font size="2"&gt;You will need to sign up for an API key before being able to connect. Please also make sure to read the Yelp API Terms of Use before using this API.&lt;/font&gt;&lt;/li&gt;     &lt;/ul&gt;   &lt;/ul&gt; &lt;/ul&gt;  &lt;p&gt;&lt;font size="2"&gt;What you will learn in this post:&lt;/font&gt;&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;&lt;font size="2"&gt;Import data from the Yelp Web API (JSON) using Data Explorer.&lt;/font&gt;&lt;/li&gt;    &lt;li&gt;&lt;font size="2"&gt;Import public data about Food Establishment Inspections from a CSV file.&lt;/font&gt;&lt;/li&gt;    &lt;li&gt;&lt;font size="2"&gt;Reshape the data in your queries.&lt;/font&gt;&lt;/li&gt;    &lt;li&gt;&lt;font size="2"&gt;Parameterize the Yelp query by turning it into a function, using the Data Explorer formula language, so you can reuse it to retrieve information about different types of restaurants as well as different geographical locations.&lt;/font&gt;&lt;/li&gt;    &lt;li&gt;&lt;font size="2"&gt;Invoke a function given a set of user-defined inputs in an Excel table.&lt;/font&gt;&lt;/li&gt;    &lt;li&gt;&lt;font size="2"&gt;Combine (Merge) two queries.&lt;/font&gt;&lt;/li&gt;    &lt;li&gt;&lt;font size="2"&gt;Load the final query into the Data Model.&lt;/font&gt;&lt;/li&gt;    &lt;li&gt;&lt;font size="2"&gt;Visualize the results in Geoflow.&lt;/font&gt;&lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;&lt;font size="2"&gt;That sounds like too much for a single blog post, but let’s get started and you’ll see how it is easier than you might think.&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;u&gt;&lt;font size="2"&gt;Import data from Yelp API&lt;/font&gt;&lt;/u&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="2"&gt;The first thing that we will have to do is click the “From Web” button in the Data Explorer ribbon tab. Data Explorer supports importing data from different kinds of Web sources, including scrapping tables from HTML pages, as well as importing data from Web APIs. Data Explorer supports XML, JSON and OData formats.&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.msdn.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-01-43-09-metablogapi/6663.Import_2D00_Data_2D00_From_2D00_Yelp_2D00_API_5F00_5403EB74.png"&gt;&lt;img title="Import Data From Yelp API" style="margin-right: auto; margin-left: auto; float: none; display: block; background-image: none;" border="0" alt="Import Data From Yelp API" src="http://blogs.msdn.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-01-43-09-metablogapi/7774.Import_2D00_Data_2D00_From_2D00_Yelp_2D00_API_5F00_thumb_5F00_01850B38.png" width="552" height="367" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="2"&gt;Taking a look at the Yelp API documentation, you will find that they offer a Search API which accepts multiple GET parameters to customize your query, including a search term (i.e. restaurants, sushi, seafood, etc.), a location (i.e. “Seattle”, “98052”, lat/long information) and a few others. Finally we also need to provide the API Key that we will receive after registering for this API (wsid parameter). &lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="2"&gt;With that in mind, let’s paste in Data Explorer the following URL which will return Seafood restaurants in Redmond (note that you will have to replace the wsid value with your own key).&lt;/font&gt;&lt;/p&gt;  &lt;p align="center"&gt;&lt;font size="2"&gt;http://api.yelp.com/business_review_search?term=seafood&amp;amp;location=Redmond &amp;amp;ywsid=XXXXXX&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="2"&gt;We will get a result that looks like a single column table with one row, containing text data which, in fact, is structured as JSON. We can interpret this text as JSON by right-clicking in the column header and selecting “Transform -&amp;gt; JSON”.&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.msdn.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-01-43-09-metablogapi/1325.Results_2D00_structured_2D00_as_2D00_JSON_5F00_75EF4DF8.png"&gt;&lt;img title="Results structured as JSON" style="margin-right: auto; margin-left: auto; float: none; display: block; background-image: none;" border="0" alt="Results structured as JSON" src="http://blogs.msdn.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-01-43-09-metablogapi/5141.Results_2D00_structured_2D00_as_2D00_JSON_5F00_thumb_5F00_5F30066F.png" width="521" height="329" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="2"&gt;Now as a result we get a record which we can expand and select which fields to include in the output. Having used the Yelp API before, we know that the “businesses” field is the one that contains the list of restaurants that we are looking for, so we can just expand that one by unselecting “message” in the Expand menu and clicking “OK”.&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.msdn.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-01-43-09-metablogapi/5164.Query_5F00_17DAB07D.png"&gt;&lt;img title="Query" style="margin-right: auto; margin-left: auto; float: none; display: block; background-image: none;" border="0" alt="Query" src="http://blogs.msdn.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-01-43-09-metablogapi/7711.Query_5F00_thumb_5F00_539A4930.png" width="453" height="309" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="2"&gt;This will return a single cell containing a list, which we can expand using the same mechanism again and turn it into a bunch of records, one per restaurant. Now we can decide which columns to expand, containing different information about each restaurant such as Name, Lat/Long information, Rating, etc. We will expand the following columns: city, review_count, latitude, address1, name, avg_rating and longitude.&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="2"&gt;Now we have the list of Seafood restaurants into a tabular shape, and after applying some column renames and reordering the columns, we can get to the following shape.&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.msdn.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-01-43-09-metablogapi/6165.Seafood_2D00_restaurants_2D00_in_2D00_Redmond_5F00_7A685F70.png"&gt;&lt;img title="Seafood restaurants in Redmond" style="margin-right: auto; margin-left: auto; float: none; display: block; background-image: none;" border="0" alt="Seafood restaurants in Redmond" src="http://blogs.msdn.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-01-43-09-metablogapi/3438.Seafood_2D00_restaurants_2D00_in_2D00_Redmond_5F00_thumb_5F00_633CE4F2.png" width="587" height="370" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="2"&gt;That was actually easy… At the end, all we’ve done is define a set of data acquisition and transformation steps, which get recorded in the Steps pane on the right side of the Query Editor dialog. This Query Editor dialog is an easy-to-use interface for defining these steps, which get translated into the corresponding set of Data Explorer formulas (you can access them by clicking the script icon to the right end of the formula bar).&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.msdn.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-01-43-09-metablogapi/1200.Seafood_2D00_restaurants_2D00_in_2D00_Redmond_2D002D002D00_Edit_2D00_Query_5F00_30D91173.png"&gt;&lt;img title="Seafood restaurants in Redmond - Edit Query" style="margin-right: auto; margin-left: auto; float: none; display: block; background-image: none;" border="0" alt="Seafood restaurants in Redmond - Edit Query" src="http://blogs.msdn.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-01-43-09-metablogapi/2804.Seafood_2D00_restaurants_2D00_in_2D00_Redmond_2D002D002D00_Edit_2D00_Query_5F00_thumb_5F00_12FA8D72.png" width="585" height="370" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;b&gt;&lt;u&gt;&lt;font size="2"&gt;Parameterizing our Yelp API query&lt;/font&gt;&lt;/u&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="2"&gt;As we saw in the previous section, we can customize our Yelp Search by modifying the GET parameters in the URL. We can also make our Data Explorer query parameterized by turning it into a function, which can take input parameters and use them within the function body. In order to do this, we just need to add the following first line to our query script and use the parameters in the first step (Source). Finally, we can also rename our query to GetRestaurants. &lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.msdn.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-01-43-09-metablogapi/7041.GetRestaurants_5F00_52584102.png"&gt;&lt;img title="GetRestaurants" style="margin-right: auto; margin-left: auto; float: none; display: block; background-image: none;" border="0" alt="GetRestaurants" src="http://blogs.msdn.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-01-43-09-metablogapi/6557.GetRestaurants_5F00_thumb_5F00_6D909A03.png" width="575" height="291" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="2"&gt;This was very straightforward, but if you want to learn more about Data Explorer functions you can take a look at the Language and Library Specifications. There’s more cool stuff waiting for you there!&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;b&gt;&lt;u&gt;&lt;font size="2"&gt;Invoking the GetRestaurants function&lt;/font&gt;&lt;/u&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="2"&gt;Now that we have a function, it would be a good thing to learn how to invoke it… There’re basically three ways in which you can invoke a function:&lt;/font&gt;&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;&lt;font size="2"&gt;&lt;b&gt;Invoking the function “inline”&lt;/b&gt;: Simply open the query editor for your function query and click Invoke. You will get asked for parameters as needed. This is a very quick way of invoking the function, however it defeats the purpose of reusability since at this point the function will no longer be available from outside this query (given that the result is a table).&lt;/font&gt;&lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;&lt;a href="http://blogs.msdn.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-01-43-09-metablogapi/6562.Invoking_2D00_the_2D00_function_2D00_inline_5F00_69F74388.png"&gt;&lt;img title="Invoking the function inline" style="margin-right: auto; margin-left: auto; float: none; display: block; background-image: none;" border="0" alt="Invoking the function inline" src="http://blogs.msdn.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-01-43-09-metablogapi/0726.Invoking_2D00_the_2D00_function_2D00_inline_5F00_thumb_5F00_57AE7CC6.png" width="328" height="185" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;&lt;font size="2"&gt;&lt;b&gt;Referencing the function&lt;/b&gt;: You can use the Reference option in the Query ribbon tab to create a new query in the workbook that references the current query. In this case, we could do this and be able to invoke our function from a new query.&lt;/font&gt;&lt;/li&gt;    &lt;li&gt;&lt;font size="2"&gt;&lt;b&gt;Invoking the function over a table&lt;/b&gt;: We can also use the “Insert Custom Column” option from a different query in order to invoke a function across all rows in the table. We can also make the function parameters be based on other columns from the table.&lt;/font&gt;&lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;&lt;font size="2"&gt;The third method is the one that we will use in this example, so for instance we could create a table with different cities in the King County area and invoke the GetRestaurants function for each row, so that we can get restaurants for each of the cities in the list.&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="2"&gt;First, we will create a table in the Excel sheet containing a list of cities, such as Redmond, Bellevue, Seattle, Kirkland, Issaquah and Sammamish.&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.msdn.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-01-43-09-metablogapi/3252.Create_2D00_a_2D00_table_2D00_with_2D00_a_2D00_list_2D00_of_2D00_cities_5F00_169B3900.png"&gt;&lt;img title="Create a table with a list of cities" style="margin-right: auto; margin-left: auto; float: none; display: block; background-image: none;" border="0" alt="Create a table with a list of cities" src="http://blogs.msdn.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-01-43-09-metablogapi/1614.Create_2D00_a_2D00_table_2D00_with_2D00_a_2D00_list_2D00_of_2D00_cities_5F00_thumb_5F00_364A12C8.png" width="563" height="374" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="2"&gt;Now we can go to the Data Explorer tab and click the “From Table” option. This will create a new query that references the sheet table. We can insert a custom column into this table by clicking on the table icon on the top-left corner of the table and selecting “Insert -&amp;gt; Custom…”&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="2"&gt;In the “Insert Custom Column” dialog, we can type in any custom formula using the Data Explorer formula language. In this case, we will simply invoke the GetRestaurants function using the following formula:&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.msdn.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-01-43-09-metablogapi/0636.Insert_2D00_Custom_2D00_Column_5F00_068EFAFA.png"&gt;&lt;img title="Insert Custom Column" style="margin-right: auto; margin-left: auto; float: none; display: block; background-image: none;" border="0" alt="Insert Custom Column" src="http://blogs.msdn.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-01-43-09-metablogapi/4834.Insert_2D00_Custom_2D00_Column_5F00_thumb_5F00_186B8EC7.png" width="484" height="246" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="2"&gt;At this point, we will be asked for information about the privacy level of my workbook data. This is done so that users don’t accidentally leak data from a private or organizational source and inadvertently send it to a public source (like the Yelp API in this case). We will select “Public” in this case. You can learn more about Privacy Levels in Data Explorer in our Online Help pages.&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="2"&gt;After providing this information, the new column will be added to the table. Note that we have a new column with nested tables on each row (containing the restaurants for each of the cities) and we can expand these columns similarly to how we did earlier with the JSON records. We can also remove the “Cities” column since we don’t need it anymore.&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="2"&gt;Once we have expanded all columns, you may find that there are some duplicated rows. This is due to the fact that the Yelp API may return restaurants within a radius up to 25 miles (which can also be customized in the Yelp API parameters) so a given restaurant in Seattle might be returned when searching within Seattle and Bellevue, for instance. We can get rid of duplicated rows by selecting “Remove Duplicates” in the table menu (top-left corner of the table). This will leave us with approximately 60 candidate seafood restaurants, with their ratings and total number of reviews, as well as location information (Address, City, Lat and Long). We can select the Ratings, Review_Count, Latitude and Longitude columns and make sure they are formatted as Number by right-clicking the column headers and selecting “Change Type -&amp;gt; Number”. Finally, let’s also rename the query to “Seafood restaurants in King County”.&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.msdn.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-01-43-09-metablogapi/8103.Query_2D00_Editor_5F00_0622C805.png"&gt;&lt;img title="Query Editor" style="margin-right: auto; margin-left: auto; float: none; display: block; background-image: none;" border="0" alt="Query Editor" src="http://blogs.msdn.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-01-43-09-metablogapi/8422.Query_2D00_Editor_5F00_thumb_5F00_2A4AB345.png" width="500" height="317" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="2"&gt;With this, we have the list of restaurants in the desired shape… We could just pick the highest rated restaurant in the list and make a reservation for Father’s Day, but of course we want to know first what the King County Food Establishment Inspections records have to say about each of these restaurants…&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;b&gt;&lt;u&gt;&lt;font size="2"&gt;Import public data about Food Establishment Inspections from a CSV file&lt;/font&gt;&lt;/u&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="2"&gt;The next step in our scenario is to bring in public data from datakc.org (King County’s public data web site). We found &lt;/font&gt;&lt;a href="https://www.datakc.org/dataset/Food-Establishment-Inspection-Data/f29f-zza5"&gt;&lt;font size="2"&gt;this dataset&lt;/font&gt;&lt;/a&gt;&lt;font size="2"&gt; which seems suitable for our needs, since it contains information about food inspections for the past 7 years, as well as the Name, Address and City for these restaurants (which we also have in our Seafood Restaurants query).&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.msdn.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-01-43-09-metablogapi/8877.Import_2D00_public_2D00_data_2D00_about_2D00_food_2D00_establishment_2D00_inspections_2D00_from_2D00_a_2D00_CSV_2D00_file_5F00_73705EFE.png"&gt;&lt;img title="Import public data about food establishment inspections from a CSV file" style="margin-right: auto; margin-left: auto; float: none; display: block; background-image: none;" border="0" alt="Import public data about food establishment inspections from a CSV file" src="http://blogs.msdn.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-01-43-09-metablogapi/0572.Import_2D00_public_2D00_data_2D00_about_2D00_food_2D00_establishment_2D00_inspections_2D00_from_2D00_a_2D00_CSV_2D00_file_5F00_thumb_5F00_29E11101.png" width="564" height="356" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="2"&gt;We can get to the CSV version of this dataset by clicking the Export option in the top-right corner of the page and we will get this URL for CSV: &lt;/font&gt;&lt;a href="https://www.datakc.org/api/views/pph9-v8tz/rows.csv?accessType=DOWNLOAD"&gt;&lt;font size="2"&gt;https://www.datakc.org/api/views/pph9-v8tz/rows.csv?accessType=DOWNLOAD&lt;/font&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="2"&gt;This link can be used directly in Data Explorer, either using “From Web” or “From File -&amp;gt; CSV”… &lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.msdn.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-01-43-09-metablogapi/3034.Link_2D00_can_2D00_be_2D00_used_2D00_directly_5F00_7E304704.png"&gt;&lt;img title="Link can be used directly" style="margin-right: auto; margin-left: auto; float: none; display: block; background-image: none;" border="0" alt="Link can be used directly" src="http://blogs.msdn.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-01-43-09-metablogapi/7220.Link_2D00_can_2D00_be_2D00_used_2D00_directly_5F00_thumb_5F00_5E153A47.png" width="431" height="157" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="2"&gt;Once we have the inspections data loaded as a table, we can reshape it a little bit as we did earlier. The experience in the Query Editor is consistent regardless of what the underlying data sources look like on each case. We’ll do the following:&lt;/font&gt;&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;&lt;font size="2"&gt;Remove all columns except the following ones: Name, Address, City, Inspection Type, Inspection Result and Violation Description.&lt;/font&gt;&lt;/li&gt;    &lt;li&gt;&lt;font size="2"&gt;We would like to focus only on the Unsatisfactory reviews, so we can filter the Inspection Result to only include those values.&lt;/font&gt;&lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;&lt;a href="http://blogs.msdn.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-01-43-09-metablogapi/1423.Reshape_2D00_after_2D00_inspections_2D00_data_2D00_is_2D00_loaded_2D00_as_2D00_a_2D00_table_5F00_1DDF20CD.png"&gt;&lt;img title="Reshape after inspections data is loaded as a table" style="margin-right: auto; margin-left: auto; float: none; display: block; background-image: none;" border="0" alt="Reshape after inspections data is loaded as a table" src="http://blogs.msdn.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-01-43-09-metablogapi/4478.Reshape_2D00_after_2D00_inspections_2D00_data_2D00_is_2D00_loaded_2D00_as_2D00_a_2D00_table_5F00_thumb_5F00_2FBE454B.png" width="570" height="360" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;&lt;font size="2"&gt;You will also notice that the Name and City columns contain values on uppercase and lowercase… This is something that we need to “normalize” so that when we combine this query with the Yelp Restaurants list we get matching rows. Let’s select the Name and City columns and use the “Transform -&amp;gt; Uppercase” option in the column menu (right-click in column header).&lt;/font&gt;&lt;/li&gt;    &lt;li&gt;&lt;font size="2"&gt;Finally, let’s rename this query to Inspections and we will end up with a table similar to this one:&lt;/font&gt;&lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;&lt;a href="http://blogs.msdn.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-01-43-09-metablogapi/6014.Inspections_5F00_1FB20745.png"&gt;&lt;img title="Inspections" style="margin-right: auto; margin-left: auto; float: none; display: block; background-image: none;" border="0" alt="Inspections" src="http://blogs.msdn.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-01-43-09-metablogapi/0741.Inspections_5F00_thumb_5F00_77A1E8D6.png" width="602" height="380" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="2"&gt;The next thing we need to do is go back to the Seafood Restaurants query and also turn the Name and City columns into Uppercase, as a preparation for being able to merge the two queries based on these columns.&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;b&gt;&lt;u&gt;&lt;font size="2"&gt;Combining Yelp Restaurants list with Food Inspections data&lt;/font&gt;&lt;/u&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="2"&gt;Once we’ve normalized Name and City columns in both queries, we can go ahead and merge the two queries by using the Merge option in the Data Explorer ribbon tab. Before doing that, let’s enable Fast Combine for this workbook. This will turn off the Privacy Levels check for queries being combined in this workbook and we know that, since we already marked both as Public, this is OK. After enabling Fast Combine, we can click Merge.&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.msdn.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-01-43-09-metablogapi/1667.Combining_2D00_Yelp_2D00_restaurants_2D00_with_2D00_food_2D00_inspection_2D00_data_5F00_39A85818.png"&gt;&lt;img title="Combining Yelp restaurants with food inspection data" style="margin-right: auto; margin-left: auto; float: none; display: block; background-image: none;" border="0" alt="Combining Yelp restaurants with food inspection data" src="http://blogs.msdn.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-01-43-09-metablogapi/3731.Combining_2D00_Yelp_2D00_restaurants_2D00_with_2D00_food_2D00_inspection_2D00_data_5F00_thumb_5F00_1C36070C.png" width="622" height="109" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="2"&gt;This will launch the Merge dialog where we can select the two queries to merge as well as the columns to match. We will pick the Seafood Restaurants query as the left query, so that we augment this table with inspections data for those restaurants where the information is available in the Inspections table. We will multi-select (CTRL+Click) the Name and City columns in both queries to specify that both columns have to match. &lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.msdn.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-01-43-09-metablogapi/7534.Merge_2D00_dialog_5F00_54E0B119.png"&gt;&lt;img title="Merge dialog" style="margin-right: auto; margin-left: auto; float: none; display: block; background-image: none;" border="0" alt="Merge dialog" src="http://blogs.msdn.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-01-43-09-metablogapi/4331.Merge_2D00_dialog_5F00_thumb_5F00_14AA979F.png" width="578" height="487" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="2"&gt;The text at the bottom of this dialog will tell us that we got some matches, so some of the recommended restaurants in Yelp actually are not as recommendable as they would seem, according to the inspections results… We can click OK at any time and look at the newly created column as result of the Merge.&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="2"&gt;In this case, instead of expanding the nested columns we will perform an aggregate operation, which can be found also on the same dropdown menu in this column. &lt;/font&gt;&lt;/p&gt;  &lt;p align="center"&gt;&lt;a href="http://blogs.msdn.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-01-43-09-metablogapi/3730.Count_2D00_of_2D00_Inspection_2D00_Result_2D00_values_5F00_5959C291.png"&gt;&lt;img title="Count of Inspection Result values" style="display: inline; background-image: none;" border="0" alt="Count of Inspection Result values" src="http://blogs.msdn.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-01-43-09-metablogapi/7360.Count_2D00_of_2D00_Inspection_2D00_Result_2D00_values_5F00_thumb_5F00_43FE9DDA.png" width="614" height="388" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="2"&gt;We are interested in the Count of Inspection Result values, which basically gives us the number of Unsatisfactory Inspections for each of these restaurants.&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="2"&gt;With that, we will get a new column like the one in the screenshot below. &lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="2"&gt;Now we can use this information to decide which restaurant we should go to. Interestingly, restaurants with an average rating of 3 or lower are the ones which also got a higher number of unsatisfactory inspections… There are also some surprises with restaurants rated as 3.5-4 and getting a significant number of negative inspection results, so be aware of that the next time you check Yelp if you don’t want to take any risks!&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;b&gt;&lt;u&gt;&lt;font size="2"&gt;Visualize restaurant locations, reviews and inspections results in Geoflow&lt;/font&gt;&lt;/u&gt;&lt;/b&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="2"&gt;To finish this post, we will put the resulting query into a nice Geoflow map. First, we need to load the final query into the Excel Data Model, which you can do by clicking the “Load to data model” option in the Query Settings pane. Once done, it will switch to a confirmation message as displayed below.&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.msdn.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-01-43-09-metablogapi/4111.Visualize_2D00_results_2D00_in_2D00_GeoFlow_5F00_13D75317.png"&gt;&lt;img title="Visualize results in GeoFlow" style="margin-right: auto; margin-left: auto; float: none; display: block; background-image: none;" border="0" alt="Visualize results in GeoFlow" src="http://blogs.msdn.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-01-43-09-metablogapi/4544.Visualize_2D00_results_2D00_in_2D00_GeoFlow_5F00_thumb_5F00_39CF941E.png" width="533" height="319" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="2"&gt;Now you can go to the Insert tab in the Excel ribbon and select “Map”. This will launch Geoflow where we can create a new tour with multiple layers to visualize our data.&lt;/font&gt;&lt;/p&gt;  &lt;p align="center"&gt;&lt;a href="http://blogs.msdn.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-01-43-09-metablogapi/4162.Launch_2D00_GeoFlow_5F00_626E0025.png"&gt;&lt;img title="Launch GeoFlow" style="display: inline; background-image: none;" border="0" alt="Launch GeoFlow" src="http://blogs.msdn.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-01-43-09-metablogapi/6131.Launch_2D00_GeoFlow_5F00_thumb_5F00_16A2296C.png" width="527" height="104" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="2"&gt;Let’s create two different visualization layers, one for the food inspections, which we can represent as a heatmap and use the Inspections column for the value field, and another layer for the Yelp ratings, which we can represent as a Column chart and use the Review_Count as column height and the Restaurant Name as categories.&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="2"&gt;In order to add each of the layers, we will need to pick the Final Report table and select the Latitude and Longitude columns first and tell Geoflow to “Map It” based on these fields.&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.msdn.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-01-43-09-metablogapi/8640.Map_2D00_on_2D00_GeoFlow_5F00_643E55EC.png"&gt;&lt;img title="Map on GeoFlow" style="margin-right: auto; margin-left: auto; float: none; display: block; background-image: none;" border="0" alt="Map on GeoFlow" src="http://blogs.msdn.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-01-43-09-metablogapi/3806.Map_2D00_on_2D00_GeoFlow_5F00_thumb_5F00_6EFE3DF2.png" width="541" height="383" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="2"&gt;Then we can pick the Review_Count field and select Column type chart, using the Review_Count as the Height and the Name as Category.&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.msdn.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-01-43-09-metablogapi/8037.Review_5F00_Count_5F00_2C8E2C6D.png"&gt;&lt;img title="Review_Count" style="margin-right: auto; margin-left: auto; float: none; display: block; background-image: none;" border="0" alt="Review_Count" src="http://blogs.msdn.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-01-43-09-metablogapi/7206.Review_5F00_Count_5F00_thumb_5F00_5D46557A.png" width="543" height="404" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="2"&gt;Then, we can add another layer to incorporate the Inspections Count as a heatmap and add the Inspections Count as the Value field. This will give us the final map as displayed below.&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.msdn.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-01-43-09-metablogapi/7167.Heatmap_5F00_165FC32E.png"&gt;&lt;img title="Heatmap" style="margin-right: auto; margin-left: auto; float: none; display: block; background-image: none;" border="0" alt="Heatmap" src="http://blogs.msdn.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-01-43-09-metablogapi/7127.Heatmap_5F00_thumb_5F00_76D594BA.png" width="546" height="406" /&gt;&lt;/a&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="2"&gt;Finally, we will get a map similar to this one. The taller columns represent popular restaurants and we should avoid the areas with red in the heatmap (which mean higher number of unsatisfactory reviews).&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="2"&gt;Hope you liked this blog post and the only thing left for us is to wish you and your family a happy Father’s Day!!&lt;/font&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10425684" width="1" height="1"&gt;</content><author><name>Microsoft BI Team</name><uri>http://blogs.msdn.com/bpmgsocial_4000_live.com/ProfileUrlRedirect.ashx</uri></author><category term="Data Explorer" scheme="http://blogs.msdn.com/b/microsoft_business_intelligence1/archive/tags/Data+Explorer/" /><category term="Demonstration" scheme="http://blogs.msdn.com/b/microsoft_business_intelligence1/archive/tags/Demonstration/" /><category term="GeoFlow" scheme="http://blogs.msdn.com/b/microsoft_business_intelligence1/archive/tags/GeoFlow/" /></entry><entry><title>From Data to Insight &amp; Impact: Using Advanced Features of Data Explorer and Building Power View with Bing Maps &amp; Animations</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/b/microsoft_business_intelligence1/archive/2013/05/23/from-data-to-insight-amp-impact-using-advanced-features-of-data-explorer-and-building-power-view-with-bing-maps-amp-animations.aspx" /><id>http://blogs.msdn.com/b/microsoft_business_intelligence1/archive/2013/05/23/from-data-to-insight-amp-impact-using-advanced-features-of-data-explorer-and-building-power-view-with-bing-maps-amp-animations.aspx</id><published>2013-05-23T16:30:00Z</published><updated>2013-05-23T16:30:00Z</updated><content type="html">&lt;p&gt;&lt;font size="2"&gt;After receiving great feedback about &lt;/font&gt;&lt;a href="http://blogs.msdn.com/b/microsoft_business_intelligence1/archive/2013/04/03/from-data-to-insight-amp-impact-showing-africa-s-progress-with-power-view-and-ppi-by-microsoft.aspx" target="_blank"&gt;&lt;em&gt;&lt;font size="2"&gt;From Data to Insight &amp;amp; Impact:&amp;#160; Showing Africa’s Progress with Power View and PPI by Microsoft&lt;/font&gt;&lt;/em&gt;&lt;/a&gt;&lt;font size="2"&gt;, the &lt;a href="http://www.microsoft.com/en-us/bi/Products/PowerView.aspx?WT.mc_id=Blog_BI_DataInsightImpact_PowerView" target="_blank"&gt;Power View&lt;/a&gt; demonstration which showed the progress in Africa, we decided to show how we actually built this data visualization. &lt;/font&gt;&lt;/p&gt; &lt;font size="2"&gt;&lt;/font&gt;  &lt;p&gt;&lt;font size="2"&gt;In this latest video from Microsoft Finance Director Marc Reguera's series, &lt;em&gt;From Data to Insight &amp;amp; Impact&lt;/em&gt;, Marc shows you how to get public data from different web sites using &lt;a href="http://office.microsoft.com/en-us/excel-help/microsoft-data-explorer-preview-for-excel-help-HA104003813.aspx?WT.mc_id=Blog_BI_DataInsightImpact_DataExplorer" target="_blank"&gt;Data Explorer&lt;/a&gt;, and then how to shape and link the data to build interactive and dynamic views. As you will see, this can all be accomplished while staying in Excel 2013 and without any advanced technical skills.&lt;/font&gt;&lt;/p&gt; &lt;font size="2"&gt;&lt;/font&gt;  &lt;p&gt;&lt;font size="2"&gt;To learn more about the powerful tools featured in this video, visit the &lt;/font&gt;&lt;a href="http://www.microsoft.com/en-us/bi/Products/Office.aspx?WT.mc_id=Blog_BI_DataInsightImpact_DataExplorer" target="_blank"&gt;&lt;font size="2"&gt;Microsoft Business Intelligence page&lt;/font&gt;&lt;/a&gt;&lt;font size="2"&gt;.&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="2"&gt;&lt;/font&gt;&lt;/p&gt; &lt;center&gt;   &lt;div id="scid:5737277B-5D6D-4f48-ABFC-DD9C333F4C5D:8d1a0f61-5157-4477-9897-c028433c918b" class="wlWriterEditableSmartContent" style="margin: 0px; padding: 0px; float: none; display: inline;"&gt;&lt;div&gt;&lt;object width="448" height="252"&gt;&lt;param name="movie" value="http://www.youtube.com/v/Ja3JsQ-IOjY?hl=en&amp;amp;hd=1"&gt;&lt;/param&gt;&lt;embed src="http://www.youtube.com/v/Ja3JsQ-IOjY?hl=en&amp;amp;hd=1" type="application/x-shockwave-flash" width="448" height="252"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;/div&gt;&lt;/div&gt; &lt;/center&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10420941" width="1" height="1"&gt;</content><author><name>Microsoft BI Team</name><uri>http://blogs.msdn.com/bpmgsocial_4000_live.com/ProfileUrlRedirect.ashx</uri></author><category term="Microsoft BI" scheme="http://blogs.msdn.com/b/microsoft_business_intelligence1/archive/tags/Microsoft+BI/" /><category term="Power View" scheme="http://blogs.msdn.com/b/microsoft_business_intelligence1/archive/tags/Power+View/" /><category term="Data Explorer" scheme="http://blogs.msdn.com/b/microsoft_business_intelligence1/archive/tags/Data+Explorer/" /><category term="Power View Demos" scheme="http://blogs.msdn.com/b/microsoft_business_intelligence1/archive/tags/Power+View+Demos/" /><category term="Marc Reguera" scheme="http://blogs.msdn.com/b/microsoft_business_intelligence1/archive/tags/Marc+Reguera/" /><category term="From Data to Insight &amp; Impact" scheme="http://blogs.msdn.com/b/microsoft_business_intelligence1/archive/tags/From+Data+to+Insight+_2600_+Impact/" /><category term="Bing Maps" scheme="http://blogs.msdn.com/b/microsoft_business_intelligence1/archive/tags/Bing+Maps/" /></entry><entry><title>5 Things You Need to Know about the Microsoft Data Explorer Preview for Excel</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/b/microsoft_business_intelligence1/archive/2013/05/15/5-things-you-need-to-know-about-microsoft-data-explorer-preview-for-excel.aspx" /><id>http://blogs.msdn.com/b/microsoft_business_intelligence1/archive/2013/05/15/5-things-you-need-to-know-about-microsoft-data-explorer-preview-for-excel.aspx</id><published>2013-05-15T16:00:00Z</published><updated>2013-05-15T16:00:00Z</updated><content type="html">&lt;p&gt;&lt;font size="2"&gt;&lt;a href="http://office.microsoft.com/en-us/excel/download-data-explorer-for-excel-FX104018616.aspx?WT.mc_id=Blog_BI_DataExplorer_DataExplorer"&gt;Data Explorer Preview for Excel&lt;/a&gt;&lt;/font&gt;&lt;font size="2"&gt; represents a new way to discover, combine and refine data for your self-service BI needs. If you are new to Data Explorer, here are 5 key concepts to get you caught up on how Data Explorer can fundamentally improve the way you work with data in Excel. With Data Explorer you will:&lt;/font&gt;&lt;/p&gt; &lt;font size="2"&gt;&lt;/font&gt;  &lt;h3&gt;&lt;font size="2"&gt;1.&amp;#160; Discover the world’s data&lt;/font&gt;&lt;/h3&gt; &lt;font size="2"&gt;&lt;/font&gt;  &lt;p&gt;&lt;font size="2"&gt;Data Explorer brings the concept of data search to Microsoft Excel. Searching for public data using Data Explorer is easy and straightforward. You get rich and interactive previews of data. When you have found the data you need, a single click will import the data into your workbook.&lt;/font&gt;&lt;/p&gt; &lt;font size="2"&gt;&lt;/font&gt;  &lt;p&gt;&lt;font size="2"&gt;Here’s an example of a search for “largest cities in Europe”.&lt;/font&gt;&lt;/p&gt; &lt;font size="2"&gt;&lt;/font&gt;  &lt;p&gt;&lt;a href="http://blogs.msdn.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-01-43-09-metablogapi/8715.clip_5F00_image001_5F00_4C045B24.jpg"&gt;&lt;font size="2"&gt;&lt;/font&gt;&lt;/a&gt;&lt;font size="2"&gt;&lt;a href="http://blogs.msdn.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-01-43-09-metablogapi/8308.clip_5F00_image001_5F00_00A4B760.jpg"&gt;&lt;img title="Data_Explorer_search_largest_cities_in_Europe" style="margin-right: auto; margin-left: auto; float: none; display: block; background-image: none;" border="0" alt="Data_Explorer_search_largest_cities_in_Europe" src="http://blogs.msdn.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-01-43-09-metablogapi/3201.clip_5F00_image001_5F00_thumb_5F00_72D92FFA.jpg" width="701" height="383" /&gt;&lt;/a&gt;&lt;/font&gt;&lt;/p&gt; &lt;font size="2"&gt;&lt;/font&gt;  &lt;h3&gt;&lt;font size="2"&gt;2.&amp;#160; Connect to a wide range of data sources&lt;/font&gt;&lt;/h3&gt; &lt;font size="2"&gt;&lt;/font&gt;  &lt;p&gt;&lt;font size="2"&gt;Data Explorer supports a breadth of data sources, ranging from simple sources such as text, to more sophisticated sources like Hadoop. &lt;/font&gt;&lt;/p&gt; &lt;font size="2"&gt;&lt;/font&gt;  &lt;p&gt;&lt;font size="2"&gt;File and text based sources supported include:&lt;/font&gt;&lt;/p&gt; &lt;font size="2"&gt;&lt;/font&gt;  &lt;ul&gt;   &lt;li&gt;&lt;font size="2"&gt;Text based sources (plain text, CSV)&lt;/font&gt;&lt;/li&gt;   &lt;font size="2"&gt;&lt;/font&gt;    &lt;li&gt;&lt;font size="2"&gt;XML&lt;/font&gt;&lt;/li&gt;   &lt;font size="2"&gt;&lt;/font&gt;    &lt;li&gt;&lt;font size="2"&gt;Excel files&lt;/font&gt;&lt;/li&gt;   &lt;font size="2"&gt;&lt;/font&gt;    &lt;li&gt;&lt;font size="2"&gt;Access databases&lt;/font&gt;&lt;/li&gt;   &lt;font size="2"&gt;&lt;/font&gt;    &lt;li&gt;&lt;font size="2"&gt;Folders (ability to treat a folder full of files as a single logical table)&lt;/font&gt;&lt;/li&gt;   &lt;font size="2"&gt;&lt;/font&gt;    &lt;li&gt;&lt;font size="2"&gt;Web sources supported include:&lt;/font&gt;&lt;/li&gt;   &lt;font size="2"&gt;&lt;/font&gt;    &lt;li&gt;&lt;font size="2"&gt;Tables on web pages&lt;/font&gt;&lt;/li&gt;   &lt;font size="2"&gt;&lt;/font&gt;    &lt;li&gt;&lt;font size="2"&gt;Web APIs / JSON&lt;/font&gt;&lt;/li&gt;   &lt;font size="2"&gt;&lt;/font&gt;    &lt;li&gt;&lt;font size="2"&gt;OData&lt;/font&gt;&lt;/li&gt; &lt;/ul&gt; &lt;font size="2"&gt;&lt;/font&gt;  &lt;p&gt;&lt;font size="2"&gt;Relational engines supported include:&lt;/font&gt;&lt;/p&gt; &lt;font size="2"&gt;&lt;/font&gt;  &lt;ul&gt;   &lt;li&gt;&lt;font size="2"&gt;SQL Server, Windows Azure SQL Database, SQL Server PDW&lt;/font&gt;&lt;/li&gt;   &lt;font size="2"&gt;&lt;/font&gt;    &lt;li&gt;&lt;font size="2"&gt;Oracle&lt;/font&gt;&lt;/li&gt;   &lt;font size="2"&gt;&lt;/font&gt;    &lt;li&gt;&lt;font size="2"&gt;Teradata&lt;/font&gt;&lt;/li&gt;   &lt;font size="2"&gt;&lt;/font&gt;    &lt;li&gt;&lt;font size="2"&gt;DB2&lt;/font&gt;&lt;/li&gt;   &lt;font size="2"&gt;&lt;/font&gt;    &lt;li&gt;&lt;font size="2"&gt;MySQL&lt;/font&gt;&lt;/li&gt;   &lt;font size="2"&gt;&lt;/font&gt;    &lt;li&gt;&lt;font size="2"&gt;PostgreSQL&lt;/font&gt;&lt;/li&gt; &lt;/ul&gt; &lt;font size="2"&gt;&lt;/font&gt;  &lt;p&gt;&lt;font size="2"&gt;Other sources supported include:&lt;/font&gt;&lt;/p&gt; &lt;font size="2"&gt;&lt;/font&gt;  &lt;ul&gt;   &lt;li&gt;&lt;font size="2"&gt;Windows Azure Marketplace&lt;/font&gt;&lt;/li&gt;   &lt;font size="2"&gt;&lt;/font&gt;    &lt;li&gt;&lt;font size="2"&gt;SharePoint Lists&lt;/font&gt;&lt;/li&gt;   &lt;font size="2"&gt;&lt;/font&gt;    &lt;li&gt;&lt;font size="2"&gt;Active Directory&lt;/font&gt;&lt;/li&gt;   &lt;font size="2"&gt;&lt;/font&gt;    &lt;li&gt;&lt;font size="2"&gt;Hadoop&lt;/font&gt;&lt;/li&gt;   &lt;font size="2"&gt;&lt;/font&gt;    &lt;li&gt;&lt;font size="2"&gt;Windows Azure HDInsight&lt;/font&gt;&lt;/li&gt;   &lt;font size="2"&gt;&lt;/font&gt;    &lt;li&gt;&lt;font size="2"&gt;Facebook&lt;/font&gt;&lt;/li&gt; &lt;/ul&gt; &lt;font size="2"&gt;&lt;/font&gt;  &lt;p&gt;&lt;font size="2"&gt;We are also working on a new set of data sources. If there are data sources you would like to see supported, please let us know.&lt;/font&gt;&lt;/p&gt; &lt;font size="2"&gt;&lt;/font&gt;  &lt;h3&gt;&lt;font size="2"&gt;3.&amp;#160; Combine data from multiple data sources&lt;/font&gt;&lt;/h3&gt; &lt;font size="2"&gt;&lt;/font&gt;  &lt;p&gt;&lt;font size="2"&gt;Data Explorer makes it easy to combine data from different data sources. The screen below shows the experience for joining data sourced from an OData feed (Products table) and a text file (Suppliers table)&lt;/font&gt;&lt;/p&gt; &lt;font size="2"&gt;&lt;/font&gt;  &lt;p&gt;&lt;a href="http://blogs.msdn.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-01-43-09-metablogapi/0882.clip_5F00_image002_5F00_0757C0E3.jpg"&gt;&lt;font size="2"&gt;&lt;/font&gt;&lt;/a&gt;&lt;font size="2"&gt;&lt;a href="http://blogs.msdn.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-01-43-09-metablogapi/0081.clip_5F00_image002_5F00_0E0ACA66.jpg"&gt;&lt;img title="Combine_data_from_multiple_data_sources" style="margin-right: auto; margin-left: auto; float: none; display: block; background-image: none;" border="0" alt="Combine_data_from_multiple_data_sources" src="http://blogs.msdn.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-01-43-09-metablogapi/6443.clip_5F00_image002_5F00_thumb_5F00_193B1346.jpg" width="571" height="482" /&gt;&lt;/a&gt;&lt;/font&gt;&lt;/p&gt; &lt;font size="2"&gt;&lt;/font&gt;  &lt;h3&gt;&lt;font size="2"&gt;4.&amp;#160; Reshape and transform your data effortlessly&lt;/font&gt;&lt;/h3&gt; &lt;font size="2"&gt;&lt;/font&gt;  &lt;p&gt;&lt;font size="2"&gt;Data Explorer makes it trivial to reshape and derive new value out of your data. Everything from simple operations such as filter and sort, to the more complex operations such as Unpivot are all done with just a few clicks.&lt;/font&gt;&lt;/p&gt; &lt;font size="2"&gt;&lt;/font&gt;  &lt;p&gt;&lt;font size="2"&gt;The UI exposes the most useful transforms – but you can always use the Data Explorer Formula Language to harness the full power and expressivity of the Data Explorer.&lt;/font&gt;&lt;/p&gt; &lt;font size="2"&gt;&lt;/font&gt;  &lt;p&gt;&lt;font size="2"&gt;Shown below is a screenshot of the menu of table transforms exposed in the UI. The formula bar that is shown above the table preview lets you invoke formulas and custom expressions should you need to drop down into the expression yourself.&lt;/font&gt;&lt;/p&gt; &lt;font size="2"&gt;&lt;/font&gt;  &lt;p&gt;&lt;a href="http://blogs.msdn.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-01-43-09-metablogapi/6170.clip_5F00_image003_5F00_423EF3AC.jpg"&gt;&lt;font size="2"&gt;&lt;/font&gt;&lt;/a&gt;&lt;font size="2"&gt;&lt;a href="http://blogs.msdn.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-01-43-09-metablogapi/1401.clip_5F00_image003_5F00_0BD0D25B.jpg"&gt;&lt;img title="Table_transforms_exposed_in_Data_Explorer_UI" style="margin-right: auto; margin-left: auto; float: none; display: block; background-image: none;" border="0" alt="Table_transforms_exposed_in_Data_Explorer_UI" src="http://blogs.msdn.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-01-43-09-metablogapi/5282.clip_5F00_image003_5F00_thumb_5F00_027BCBBD.jpg" width="595" height="400" /&gt;&lt;/a&gt;&lt;/font&gt;&lt;/p&gt; &lt;font size="2"&gt;&lt;/font&gt;  &lt;h3&gt;&lt;font size="2"&gt;5.&amp;#160; Refresh your data anytime&lt;/font&gt;&lt;/h3&gt; &lt;font size="2"&gt;&lt;/font&gt;  &lt;p&gt;&lt;font size="2"&gt;Data Explorer queries are simply expressions that the UI creates for you when you go through the steps to import and reshape data from a data source. What this means practically speaking is that your queries can be refreshed on demand. The query pane has a refresh link that you can click to update your workbook with the latest data.&lt;/font&gt;&lt;/p&gt; &lt;font size="2"&gt;&lt;/font&gt;  &lt;p&gt;&lt;a href="http://blogs.msdn.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-01-43-09-metablogapi/6685.clip_5F00_image004_5F00_64968925.jpg"&gt;&lt;font size="2"&gt;&lt;/font&gt;&lt;/a&gt;&lt;font size="2"&gt;&lt;a href="http://blogs.msdn.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-01-43-09-metablogapi/6685.clip_5F00_image004_5F00_64968925.jpg"&gt;&lt;font size="2"&gt;&lt;/font&gt;&lt;/a&gt;&lt;font size="2"&gt;&lt;a href="http://blogs.msdn.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-01-43-09-metablogapi/1488.clip_5F00_image004_5F00_5D774CAD.jpg"&gt;&lt;img title="Data_queries" style="margin-right: auto; margin-left: auto; float: none; display: block; background-image: none;" border="0" alt="Data_queries" src="http://blogs.msdn.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-01-43-09-metablogapi/5707.clip_5F00_image004_5F00_thumb_5F00_48F8BBC5.jpg" width="275" height="321" /&gt;&lt;/a&gt;&lt;/font&gt;&lt;/font&gt;&lt;/p&gt; &lt;font size="2"&gt;&lt;/font&gt;  &lt;p&gt;&lt;font size="2"&gt;Give &lt;/font&gt;&lt;a href="http://office.microsoft.com/en-us/excel/download-data-explorer-for-excel-FX104018616.aspx?WT.mc_id=Blog_BI_DataExplorer_DataExplorer"&gt;Data Explorer&lt;/a&gt;&lt;font size="2"&gt;&lt;/font&gt;&lt;font size="2"&gt; a shot. We think you will like it. If you have any questions or feedback, we would love to hear from you. You can reach us via the &lt;/font&gt;&lt;a href="http://social.msdn.microsoft.com/Forums/en-US/dataexplorer/?WT.mc_id=Blog_BI_DataExplorer_DataExplorer"&gt;Data Explorer Forum&lt;/a&gt;&lt;font size="2"&gt;&lt;/font&gt;&lt;font size="2"&gt;.&lt;/font&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10418609" width="1" height="1"&gt;</content><author><name>Microsoft BI Team</name><uri>http://blogs.msdn.com/bpmgsocial_4000_live.com/ProfileUrlRedirect.ashx</uri></author></entry><entry><title>From Data to Insight &amp; Impact: Getting Public Data with Data Explorer and Building an Excel Power View &amp; GeoFlow</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/b/microsoft_business_intelligence1/archive/2013/05/14/from-data-to-insight-amp-impact-getting-public-data-with-data-explorer-and-building-an-excel-power-view-amp-geoflow.aspx" /><id>http://blogs.msdn.com/b/microsoft_business_intelligence1/archive/2013/05/14/from-data-to-insight-amp-impact-getting-public-data-with-data-explorer-and-building-an-excel-power-view-amp-geoflow.aspx</id><published>2013-05-14T16:00:00Z</published><updated>2013-05-14T16:00:00Z</updated><content type="html">&lt;p&gt;&lt;font size="2"&gt;Today, we continue our &lt;em&gt;From Data to Insight &amp;amp; Impact&lt;/em&gt; blog and video series from Microsoft Finance Director Marc Reguera.&amp;#160; The inspiration for this demonstration stems from Marc’s diverse travels and his desire to better understand the crime rate of cities throughout the United States.&amp;#160; &lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="2"&gt;In this example, Marc uses &lt;a href="http://office.microsoft.com/en-us/excel-help/microsoft-data-explorer-preview-for-excel-help-HA104003813.aspx?WT.mc_id=Blog_BI_DataInsightImpact_DataExplorer" target="_blank"&gt;Data Explorer&lt;/a&gt;&lt;font size="2"&gt;&lt;/font&gt; to find public data, import it &amp;amp; shape it all within Excel 2013.&amp;#160; He then uses &lt;a href="http://www.microsoft.com/en-us/bi/Products/PowerView.aspx?WT.mc_id=Blog_BI_DataInsightImpact_PowerView" target="_blank"&gt;Power View&lt;/a&gt; to create a 2D visualization, and &lt;font size="2"&gt;&lt;a href="http://office.microsoft.com/en-us/download-geoflow-for-excel-FX104036784.aspx?WT.mc_id=Blog_BI_DataInsightImpact_GeoFlow" target="_blank"&gt;GeoFlow&lt;/a&gt;&lt;/font&gt; to create a 3D visualization of the data.&amp;#160; Watch below as Marc takes you through this quick and easy demonstration of how you can use these powerful tools to gain insights from publicly available data.&amp;#160; Like Marc, in just minutes, you will see which cities have the highest &amp;amp; lowest robbery rates per capita using Power View, &lt;font size="2"&gt;Data Explorer&lt;/font&gt;, and &lt;font size="2"&gt;GeoFlow&lt;/font&gt;.&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="2"&gt;&lt;/font&gt;&lt;/p&gt; &lt;center&gt;   &lt;div id="scid:5737277B-5D6D-4f48-ABFC-DD9C333F4C5D:5a4548fd-9f3c-4167-8ba6-1341b9b75942" class="wlWriterEditableSmartContent" style="margin: 0px; padding: 0px; float: none; display: inline;"&gt;&lt;div&gt;&lt;object width="448" height="252"&gt;&lt;param name="movie" value="http://www.youtube.com/v/-9fwaaS_swQ?hl=en&amp;amp;hd=1"&gt;&lt;/param&gt;&lt;embed src="http://www.youtube.com/v/-9fwaaS_swQ?hl=en&amp;amp;hd=1" type="application/x-shockwave-flash" width="448" height="252"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;/div&gt;&lt;/div&gt; &lt;/center&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;&lt;font size="2"&gt;Enjoy Marc’s demonstration and then see how simple and easy these Excel add-ins are to use yourself.&amp;#160; The downloads are available here:&lt;/font&gt;&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;&lt;a href="http://office.microsoft.com/en-us/excel-help/microsoft-data-explorer-preview-for-excel-help-HA104003813.aspx?WT.mc_id=Blog_BI_DataInsightImpact_DataExplorer" target="_blank"&gt;Data Explorer&lt;/a&gt;&lt;/li&gt;    &lt;li&gt;&lt;font size="2"&gt;&lt;a href="http://office.microsoft.com/en-us/download-geoflow-for-excel-FX104036784.aspx?WT.mc_id=Blog_BI_DataInsightImpact_GeoFlow" target="_blank"&gt;GeoFlow&lt;/a&gt;&lt;/font&gt;&lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;&lt;font size="2"&gt;&amp;#160;&lt;/font&gt;&lt;font size="2"&gt;&amp;#160;&lt;/font&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10418280" width="1" height="1"&gt;</content><author><name>Microsoft BI Team</name><uri>http://blogs.msdn.com/bpmgsocial_4000_live.com/ProfileUrlRedirect.ashx</uri></author><category term="Excel" scheme="http://blogs.msdn.com/b/microsoft_business_intelligence1/archive/tags/Excel/" /><category term="Power View" scheme="http://blogs.msdn.com/b/microsoft_business_intelligence1/archive/tags/Power+View/" /><category term="Data Explorer" scheme="http://blogs.msdn.com/b/microsoft_business_intelligence1/archive/tags/Data+Explorer/" /><category term="Excel 2013" scheme="http://blogs.msdn.com/b/microsoft_business_intelligence1/archive/tags/Excel+2013/" /><category term="Marc Reguera" scheme="http://blogs.msdn.com/b/microsoft_business_intelligence1/archive/tags/Marc+Reguera/" /><category term="From Data to Insight &amp; Impact" scheme="http://blogs.msdn.com/b/microsoft_business_intelligence1/archive/tags/From+Data+to+Insight+_2600_+Impact/" /><category term="Demonstration" scheme="http://blogs.msdn.com/b/microsoft_business_intelligence1/archive/tags/Demonstration/" /><category term="GeoFlow" scheme="http://blogs.msdn.com/b/microsoft_business_intelligence1/archive/tags/GeoFlow/" /></entry><entry><title>Congrats to the Winners of the So You Think You Know Excel Sweepstakes</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/b/microsoft_business_intelligence1/archive/2013/04/24/congrats-to-the-winners-of-the-so-you-think-you-know-excel-sweepstakes.aspx" /><id>http://blogs.msdn.com/b/microsoft_business_intelligence1/archive/2013/04/24/congrats-to-the-winners-of-the-so-you-think-you-know-excel-sweepstakes.aspx</id><published>2013-04-24T16:00:00Z</published><updated>2013-04-24T16:00:00Z</updated><content type="html">&lt;p&gt;&lt;font size="2"&gt;Last month, we asked, &lt;/font&gt;&lt;a href="http://blogs.msdn.com/b/microsoft_business_intelligence1/archive/2013/03/06/take-the-so-you-think-you-know-excel-challenge-to-win-a-kinect-for-xbox-360-prize-pack.aspx?WT.mc_id=Blog_BI_FBApp_Excel13" target="_blank"&gt;“What do you Excel at?”&lt;/a&gt;&lt;font size="2"&gt;&lt;/font&gt;&lt;font size="2"&gt; and after thousands of you took the ‘So You Think You Know Excel’ Challenge on Facebook, we have the answer! You excel at rising to a challenge and digging both feet in to have some fun and learn a little at the same time!&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="2"&gt;&lt;a href="http://msft.it/playexcel" target="_blank"&gt;&lt;img title="So_You_Think_You_Know_Excel" style="margin: 0px 11px 0px 0px; float: left; display: inline; background-image: none;" border="0" alt="So_You_Think_You_Know_Excel" align="left" src="http://blogs.msdn.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-01-43-09-metablogapi/5428.Capture_5F00_07198E66.jpg" width="247" height="158" /&gt;&lt;/a&gt;We were very excited to see participants from all over the world play and invite their friends to take this Excel 2013 trivia challenge. And while the scores covered the spectrum, we hope that the sneak peek you received at Excel 2013 through this fun challenge got you excited for the powerful simplicity of our new Excel offering. If you didn’t have a chance to take the Challenge, you can still join in on the fun &lt;/font&gt;&lt;a href="http://msft.it/playexcel"&gt;&lt;font size="2"&gt;here&lt;/font&gt;&lt;/a&gt;&lt;font size="2"&gt;. Or, you can cut right to the chase and download the preview of Excel 2013 &lt;/font&gt;&lt;a href="http://msft.it/xlpre"&gt;here&lt;/a&gt;&lt;font size="2"&gt;&lt;/font&gt;&lt;font size="2"&gt;. Either way, we know you’ll be impressed with what you see! &lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="2"&gt;Finally, we’ve saved the best for last – we are pleased to announce the winners of the &lt;/font&gt;&lt;a href="http://blogs.msdn.com/b/microsoft_business_intelligence1/archive/2013/03/06/take-the-so-you-think-you-know-excel-challenge-to-win-a-kinect-for-xbox-360-prize-pack.aspx?WT.mc_id=Blog_BI_FBApp_Excel13" target="_blank"&gt;‘So You Think You Know Excel’ Sweepstakes&lt;/a&gt;&lt;font size="2"&gt;&lt;/font&gt;&lt;font size="2"&gt; that many of our players entered after taking the challenge.&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="2"&gt;Please join us in congratulating these lucky winners in the ‘So You Think You Know Excel’ Sweepstakes!&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="2"&gt;GRAND PRIZE WINNERS (KINECT FOR XBOX 360 PRIZE PACK)&lt;/font&gt;&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;&lt;font size="2"&gt;J. Romero (Modesto, CA)&lt;/font&gt;&lt;/li&gt;    &lt;li&gt;&lt;font size="2"&gt;J. Ort (Buffalo, NY)&lt;/font&gt;&lt;/li&gt; &lt;/ul&gt;  &lt;p&gt;&lt;font size="2"&gt;PRIZE WINNERS (MICROSOFT BIG DATA/SQL SERVER SWAG PACK, ARV US$150)&lt;/font&gt;&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;&lt;font size="2"&gt;A. Kravchik (Raanana, Israel)&lt;/font&gt;&lt;/li&gt;    &lt;li&gt;&lt;font size="2"&gt;A. Budai (Szekesfehervar, Hungary)&lt;/font&gt;&lt;/li&gt;    &lt;li&gt;&lt;font size="2"&gt;R. Black, Jr. (Winter Park, FL)&lt;/font&gt;&lt;/li&gt;    &lt;li&gt;&lt;font size="2"&gt;B. Ridings (Cape Girardeau, MO)&lt;/font&gt;&lt;/li&gt;    &lt;li&gt;&lt;font size="2"&gt;A. Rivera (El Paso, TX)&lt;/font&gt;&lt;/li&gt;    &lt;li&gt;&lt;font size="2"&gt;S. Garber (Madison, AL)&lt;/font&gt;&lt;/li&gt;    &lt;li&gt;&lt;font size="2"&gt;D. Harrington (Enfield, Middx)&lt;/font&gt;&lt;/li&gt;    &lt;li&gt;&lt;font size="2"&gt;A. Guennigsman (Howard Lake, MN)&lt;/font&gt;&lt;/li&gt;    &lt;li&gt;&lt;font size="2"&gt;K. Benepal (Slough, Berkshire)&lt;/font&gt;&lt;/li&gt;    &lt;li&gt;&lt;font size="2"&gt;R. James (Brighton, Sussex)&lt;/font&gt;&lt;/li&gt; &lt;/ul&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10413511" width="1" height="1"&gt;</content><author><name>Microsoft BI Team</name><uri>http://blogs.msdn.com/bpmgsocial_4000_live.com/ProfileUrlRedirect.ashx</uri></author><category term="BI" scheme="http://blogs.msdn.com/b/microsoft_business_intelligence1/archive/tags/BI/" /><category term="Microsoft BI" scheme="http://blogs.msdn.com/b/microsoft_business_intelligence1/archive/tags/Microsoft+BI/" /><category term="Excel 2013" scheme="http://blogs.msdn.com/b/microsoft_business_intelligence1/archive/tags/Excel+2013/" /><category term="sweepstakes" scheme="http://blogs.msdn.com/b/microsoft_business_intelligence1/archive/tags/sweepstakes/" /><category term="Facebook" scheme="http://blogs.msdn.com/b/microsoft_business_intelligence1/archive/tags/Facebook/" /></entry><entry><title>Get the Pulse on the PASS Business Analytics Conference</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/b/microsoft_business_intelligence1/archive/2013/04/10/get-the-pulse-on-the-pass-business-analytics-conference.aspx" /><id>http://blogs.msdn.com/b/microsoft_business_intelligence1/archive/2013/04/10/get-the-pulse-on-the-pass-business-analytics-conference.aspx</id><published>2013-04-10T18:00:00Z</published><updated>2013-04-10T18:00:00Z</updated><content type="html">&lt;p&gt;&lt;a href="http://blogs.msdn.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-01-43-09-metablogapi/0601.PASS_2D00_BAC_2D00_Blog2_5F00_7666F74B.jpg"&gt;&lt;img title="PASS_Business_Analytics_Conference" style="float: right; display: inline; background-image: none;" border="0" alt="PASS_Business_Analytics_Conference" align="right" src="http://blogs.msdn.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-01-43-09-metablogapi/2337.PASS_2D00_BAC_2D00_Blog2_5F00_thumb_5F00_3F8CA305.jpg" width="184" height="244" /&gt;&lt;/a&gt;&lt;font size="2"&gt;Great things are taking place at &lt;/font&gt;&lt;a href="http://passbaconference.com/Sessions/SessionDetails.aspx?sid=4084"&gt;&lt;font size="2"&gt;PASS Business Analytics Conference&lt;/font&gt;&lt;/a&gt;&lt;font size="2"&gt; (PASS BAC) this week in Chicago, and you can keep up with it all!&amp;#160; In fact, this new conference is &lt;i&gt;the&lt;/i&gt; place to be for business intelligence and data professionals to connect, with sessions featuring dynamic content from five major tracks including: &lt;/font&gt;&lt;/p&gt; &lt;font size="2"&gt;&lt;/font&gt;  &lt;ul&gt;&lt;font size="2"&gt;&lt;/font&gt;    &lt;li&gt;&lt;font size="2"&gt;Data Analytics and Visualization&lt;/font&gt;&lt;/li&gt;   &lt;font size="2"&gt;&lt;/font&gt;    &lt;li&gt;&lt;font size="2"&gt;Advanced Analytics and Insights&lt;/font&gt;&lt;/li&gt;   &lt;font size="2"&gt;&lt;/font&gt;    &lt;li&gt;&lt;font size="2"&gt;Information Delivery and Collaboration&lt;/font&gt;&lt;/li&gt;   &lt;font size="2"&gt;&lt;/font&gt;    &lt;li&gt;&lt;font size="2"&gt;Big Data Innovations and Integration&lt;/font&gt;&lt;/li&gt;   &lt;font size="2"&gt;&lt;/font&gt;    &lt;li&gt;&lt;font size="2"&gt;Strategy and Architecture&lt;/font&gt;&lt;/li&gt;   &lt;font size="2"&gt;&lt;/font&gt;&lt;/ul&gt; &lt;font size="2"&gt;&lt;/font&gt;  &lt;p&gt;&lt;font size="2"&gt;Keynote speakers include Dr. Steven Levitt, professor and bestselling author of &lt;i&gt;Freakonomics&lt;/i&gt; and &lt;i&gt;SuperFreakonomics&lt;/i&gt;, Kamal Hathi, Partner Director, Microsoft, and Amir Netz, Technical Fellow, Microsoft. They are joined by a host of well-known industry leaders and expert community speakers, and together, they are poised to make PASS BAC the perfect place for data and business analysts, data scientists, architects and business analytics/business intelligence practitioners to gather and share about important business topics that are changing the way business is conducted today. &lt;/font&gt;&lt;/p&gt; &lt;font size="2"&gt;&lt;/font&gt;  &lt;p&gt;&lt;font size="2"&gt;Whether you are at the conference, or you’re just interested in following the event online, you can keep up on the latest and greatest happenings taking place throughout week by:&lt;/font&gt;&lt;/p&gt; &lt;font size="2"&gt;&lt;/font&gt;  &lt;ul&gt;&lt;font size="2"&gt;&lt;/font&gt;    &lt;li&gt;&lt;font size="2"&gt;Visiting the &lt;/font&gt;&lt;a href="http://blogs.technet.com/b/dataplatforminsider/"&gt;&lt;font size="2"&gt;SQL Server blog&lt;/font&gt;&lt;/a&gt;&lt;font size="2"&gt; each day this week to read up on the latest news and announcements coming from the PASS Business Analytics Conference.&amp;#160; On the blog, we’ll be spotlighting a special three part series on &lt;i&gt;The Art of Analytics&lt;/i&gt;, where we’ll showcase Microsoft Business Intelligence strategies and features, in addition to a few customer spotlights that leverage Microsoft tools. &lt;sub&gt;&lt;/sub&gt;&lt;sub&gt;&lt;/sub&gt;&lt;/font&gt;&lt;/li&gt;   &lt;font size="2"&gt;&lt;/font&gt;    &lt;li&gt;&lt;font size="2"&gt;Following &lt;/font&gt;&lt;a href="http://www.twitter.com/sqlserver"&gt;&lt;font size="2"&gt;@SQLServer&lt;/font&gt;&lt;/a&gt;&lt;font size="2"&gt; on Twitter for conference updates and highlights from key sessions.&lt;/font&gt;&lt;/li&gt; &lt;/ul&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10410054" width="1" height="1"&gt;</content><author><name>Microsoft BI Team</name><uri>http://blogs.msdn.com/bpmgsocial_4000_live.com/ProfileUrlRedirect.ashx</uri></author><category term="PASS Business Analytics Conference" scheme="http://blogs.msdn.com/b/microsoft_business_intelligence1/archive/tags/PASS+Business+Analytics+Conference/" /><category term="PASS" scheme="http://blogs.msdn.com/b/microsoft_business_intelligence1/archive/tags/PASS/" /><category term="Amir Netz" scheme="http://blogs.msdn.com/b/microsoft_business_intelligence1/archive/tags/Amir+Netz/" /><category term="Kamal Hathi" scheme="http://blogs.msdn.com/b/microsoft_business_intelligence1/archive/tags/Kamal+Hathi/" /><category term="Steven Levitt" scheme="http://blogs.msdn.com/b/microsoft_business_intelligence1/archive/tags/Steven+Levitt/" /></entry><entry><title>New Article Summarizes Support for Mobile Devices Across Business Intelligence (BI) Technologies</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/b/microsoft_business_intelligence1/archive/2013/04/09/new-article-summarizes-support-for-mobile-devices-across-business-intelligence-bi-technologies.aspx" /><id>http://blogs.msdn.com/b/microsoft_business_intelligence1/archive/2013/04/09/new-article-summarizes-support-for-mobile-devices-across-business-intelligence-bi-technologies.aspx</id><published>2013-04-09T20:00:00Z</published><updated>2013-04-09T20:00:00Z</updated><content type="html">&lt;p&gt;The newly published article, &lt;a href="http://msdn.microsoft.com/en-us/library/dn151146.aspx"&gt;Mobile Support Across Business Intelligence (BI) Technologies,&lt;/a&gt; outlines the mobile devices and mobile operating systems you can use with SharePoint 2010, SharePoint 2013, SQL Server Reporting Services, and Office 365. It includes a summary of feature support, as well as requirements and limitations.&lt;/p&gt;  &lt;p&gt;We’ll continue to update the article, as support for mobile devices expands to other Microsoft BI technologies. &lt;a href="http://msdn.microsoft.com/en-us/library/dn151146.aspx"&gt;Mobile Support Across Business Intelligence (BI) Technologies&lt;/a&gt; is the latest in a series of content that focuses on mobile BI. Here are additional videos and articles to help you work with reports on your mobile devices.&lt;/p&gt;  &lt;ul&gt;   &lt;li&gt;&lt;a href="http://technet.microsoft.com/en-us/library/hh697482.aspx"&gt;Viewing reports and scorecards on Apple iPad devices (SharePoint Server 2010)&lt;/a&gt;&lt;/li&gt;    &lt;li&gt;&lt;a href="http://msdn.microsoft.com/en-us/library/jj659023.aspx"&gt;View Reporting Services Reports on Microsoft Surface Devices and Apple iOS Devices&lt;/a&gt;&lt;/li&gt;    &lt;li&gt;&lt;a href="http://technet.microsoft.com/en-US/sqlserver/jj873792.aspx"&gt;Viewing Reporting Services Reports on an iPad (video)&lt;/a&gt;&lt;/li&gt;    &lt;li&gt;&lt;a href="http://technet.microsoft.com/en-us/sqlserver/dn146017"&gt;Viewing Reporting Services Reports on a Microsoft Surface RT Device (video)&lt;/a&gt;&lt;/li&gt; &lt;/ul&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10409763" width="1" height="1"&gt;</content><author><name>Microsoft BI Team</name><uri>http://blogs.msdn.com/bpmgsocial_4000_live.com/ProfileUrlRedirect.ashx</uri></author><category term="Business Intelligence" scheme="http://blogs.msdn.com/b/microsoft_business_intelligence1/archive/tags/Business+Intelligence/" /><category term="Reporting Services" scheme="http://blogs.msdn.com/b/microsoft_business_intelligence1/archive/tags/Reporting+Services/" /><category term="Sharepoint 2013" scheme="http://blogs.msdn.com/b/microsoft_business_intelligence1/archive/tags/Sharepoint+2013/" /><category term="Mobile BI" scheme="http://blogs.msdn.com/b/microsoft_business_intelligence1/archive/tags/Mobile+BI/" /><category term="SQL Server Reporting Services" scheme="http://blogs.msdn.com/b/microsoft_business_intelligence1/archive/tags/SQL+Server+Reporting+Services/" /><category term="Apple iOS" scheme="http://blogs.msdn.com/b/microsoft_business_intelligence1/archive/tags/Apple+iOS/" /><category term="Microsoft Surface" scheme="http://blogs.msdn.com/b/microsoft_business_intelligence1/archive/tags/Microsoft+Surface/" /><category term="Office 365" scheme="http://blogs.msdn.com/b/microsoft_business_intelligence1/archive/tags/Office+365/" /></entry><entry><title>Exciting Times for Business Analytics</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/b/microsoft_business_intelligence1/archive/2013/04/04/exciting-times-for-business-analytics.aspx" /><id>http://blogs.msdn.com/b/microsoft_business_intelligence1/archive/2013/04/04/exciting-times-for-business-analytics.aspx</id><published>2013-04-04T16:00:00Z</published><updated>2013-04-04T16:00:00Z</updated><content type="html">With one week to go until the PASS Business Analytics Conference in Chicago, IL, guest blogger and PASS BAC speaker, Marco Russo joins us today to give us his perspective on the dynamic world of business analytics.&amp;#160;&amp;#160;&amp;#160; &lt;blockquote&gt;   &lt;p&gt;&lt;i&gt;M&lt;a href="http://blogs.msdn.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-01-43-09-metablogapi/3617.Marco_2D00_Russo_5F00_1A9C2BEC.jpg"&gt;&lt;img title="Marco Russo" style="margin: 8px 10px 0px 0px; float: left; display: inline; background-image: none;" border="0" alt="Marco Russo" align="left" src="http://blogs.msdn.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-01-43-09-metablogapi/8004.Marco_2D00_Russo_5F00_thumb_5F00_5EDF23E9.jpg" width="117" height="117" /&gt;&lt;/a&gt;arco Russo (@marcorus) is a Business Intelligence consultant and mentor that has been working with SQL Server Analysis Services since 1999 and with PowerPivot since 2009. Marco regularly write articles on &lt;/i&gt;&lt;a href="http://www.sqlbi.com/"&gt;&lt;i&gt;SQLBI&lt;/i&gt;&lt;/a&gt;&lt;i&gt; and wrote several books about these products, last published are &lt;/i&gt;&lt;a href="http://www.sqlbi.com/books/microsoft-sql-server-2012-analysis-services-the-bism-tabular-model/"&gt;&lt;i&gt;Microsoft SQL Server 2012 Analysis Services: The BISM Tabular Model&lt;/i&gt;&lt;/a&gt;&lt;i&gt; and &lt;/i&gt;&lt;a href="http://www.sqlbi.com/books/excel-2013-building-data-models-with-powerpivot/"&gt;&lt;i&gt;Microsoft Excel 2013: Building Data Models with PowerPivot&lt;/i&gt;&lt;/a&gt;&lt;i&gt;. He achieved the unique SSAS Maestro certification, he is a Microsoft Certified Trainer (MCT) and a Microsoft Most Valuable Professional (MVP).&lt;/i&gt;&lt;/p&gt; &lt;/blockquote&gt;  &lt;p&gt;We live in exciting times from the point of view of data analysis. Nowadays, the problem is no longer how to find the raw data, but how to handle the pressure of data coming in from so many places. At the end of the day, the goal is always the same, extracting useful knowledge from data. This has been the goal of &lt;i&gt;Business Intelligence&lt;/i&gt; (BI) since 1958, when Hans Peter Luhn used this term for the first time. In more than 50 years, the technology evolved, increasing the manageable amount of data and lowering the related costs. However, it always required professionals who were able to create and refresh the data model, empowering end users with canned reports and data navigation tools. A common issue in this process was the gap between people who knew the business and BI developers. In the best case, this gap produced long development times. In the worst case, it led to project failure.&lt;/p&gt;  &lt;p&gt;Today, this gap can be drastically reduced. Thanks to Self-Service BI products, if you know your business, you can create a data model without having to ask for a BI professional consultancy. However, a common mistake is thinking that these new technologies are meant to kill the traditional data warehouse approach, i.e. the Corporate BI. In reality, self-service BI is an opportunity to improve the ROI of a properly built data warehouse, even if an optimal architecture might require some adaptation to the data warehouse schema, in order to simplify and optimize the extraction of data for self-service BI purposes.&lt;/p&gt;  &lt;p&gt;When we use the term &lt;i&gt;Business Analytics&lt;/i&gt; we refer to the exploration and investigation of data. This requires the usage of statistical methods and data visualization, and oftentimes needs adapting the data model. The &lt;a href="http://passbaconference.com/"&gt;PASS Business Analytics Conference&lt;/a&gt; (PASS BAC) in Chicago this April is the right place to go to learn more about tools, methodology and best practices in the Business Analytics area.&lt;/p&gt;  &lt;p&gt;I will speak at the PASS BAC in two sessions about the state of the art in self-service BI.&lt;/p&gt;  &lt;p&gt;In the session &lt;a href="http://passbaconference.com/Sessions/SessionDetails.aspx?sid=4055"&gt;&lt;b&gt;Self-Service Data Modeling&lt;/b&gt;&lt;/a&gt; I discuss the challenges of creating a proper data model by using Excel 2013 and PowerPivot. Thanks to the DAX language, it is possible to apply few transformations to the raw data. However, preliminary data preparation might be necessary and users that do not have a knowledge of ETL and SQL need other tools and techniques to adapt their raw data to the required model. I will show how to solve these issues in common scenarios, using tools designed for end users and not for BI developers.&lt;/p&gt;  &lt;p&gt;The second session, &lt;a href="http://passbaconference.com/Sessions/SessionDetails.aspx?sid=4059"&gt;&lt;b&gt;Modern Data Warehousing Strategy&lt;/b&gt;&lt;/a&gt;, is about changes in the Data Warehouse architecture and modeling required to face the challenges of the self-service approach and the new demand caused by Big Data technologies such as Hadoop (HDInsight). A good data warehouse is still the optimal starting point for any analysis, but we need to update our strategy for data warehouse implementation to fit the requirements of this new era. What kind of data modeling should we use for the data warehouse? What is the role of data marts? Do technologies such as PowerPivot or Analysis Services Tabular affect the way we should model our data? Do columnstore indexes remove the need for an analytical server like Analysis Services? We will discuss these and other questions, offering an updated approach to the data warehouse modeling methodology.&lt;/p&gt;  &lt;p&gt;Look at the many other &lt;a href="http://passbaconference.com/Sessions/ConferenceSessions.aspx"&gt;sessions available in the program&lt;/a&gt; and join us in Chicago at the PASS Business Analytics Conference!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10407411" width="1" height="1"&gt;</content><author><name>Microsoft BI Team</name><uri>http://blogs.msdn.com/bpmgsocial_4000_live.com/ProfileUrlRedirect.ashx</uri></author><category term="BI" scheme="http://blogs.msdn.com/b/microsoft_business_intelligence1/archive/tags/BI/" /><category term="Business Intelligence" scheme="http://blogs.msdn.com/b/microsoft_business_intelligence1/archive/tags/Business+Intelligence/" /><category term="Business Analytics" scheme="http://blogs.msdn.com/b/microsoft_business_intelligence1/archive/tags/Business+Analytics/" /><category term="PASS Business Analytics Conference" scheme="http://blogs.msdn.com/b/microsoft_business_intelligence1/archive/tags/PASS+Business+Analytics+Conference/" /><category term="Marco Russo" scheme="http://blogs.msdn.com/b/microsoft_business_intelligence1/archive/tags/Marco+Russo/" /></entry><entry><title>From Data to Insight &amp; Impact: Showing Africa’s Progress with Power View and PPI by Microsoft</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/b/microsoft_business_intelligence1/archive/2013/04/03/from-data-to-insight-amp-impact-showing-africa-s-progress-with-power-view-and-ppi-by-microsoft.aspx" /><id>http://blogs.msdn.com/b/microsoft_business_intelligence1/archive/2013/04/03/from-data-to-insight-amp-impact-showing-africa-s-progress-with-power-view-and-ppi-by-microsoft.aspx</id><published>2013-04-03T16:00:00Z</published><updated>2013-04-03T16:00:00Z</updated><content type="html">&lt;p&gt;&lt;font size="2"&gt;Today, Microsoft Finance Director Marc Reguera returns with a new installment in the “From Data to Insight &amp;amp; Impact” blog and video series.&amp;#160; After reading a &lt;a href="http://www.economist.com/news/special-report/21572377-african-lives-have-already-greatly-improved-over-past-decade-says-oliver-august" target="_blank"&gt;special report&lt;/a&gt; about Africa’s progress in the March 2&lt;sup&gt;nd&lt;/sup&gt; edition of &lt;em&gt;The Economist&lt;/em&gt;&lt;/font&gt;&lt;font size="2"&gt;, Marc wanted to review that progress by using Power View in combination with PPI by Microsoft.&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="2"&gt;In this example, Marc walks you through some informative data visualizations that depict progress in Africa by examining a number of factors from each African nation, such as population, GDP, HIV deaths, and number of mobile phones.&amp;#160; &lt;/font&gt;&lt;font size="2"&gt;He interacts with these visualizations by simply touching the screen of the stunning piece of hardware that is PPI by Microsoft.&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="2"&gt;Watch on as Marc shows you how to get from data to powerful business insights and impact using Power View.&amp;#160; You can&amp;#160; hear more from Marc in person at the upcoming &lt;a href="http://www.passbaconference.com/" target="_blank"&gt;PASS Business Analytics Conference&lt;/a&gt;, from April 10-12 in Chicago, where he will discuss &lt;/font&gt;&lt;a href="http://passbaconference.com/Sessions/SessionDetails.aspx?sid=4082#.UVt4DJPrzsY"&gt;&lt;font size="2"&gt;From Data to Insight and Impact – Views from Microsoft Finance. &lt;/font&gt;&lt;/a&gt;&lt;/p&gt; &lt;center&gt;   &lt;div id="scid:5737277B-5D6D-4f48-ABFC-DD9C333F4C5D:13e0c6b7-56f9-4aed-9d26-72a9c60a47f4" class="wlWriterEditableSmartContent" style="margin: 0px; padding: 0px; float: none; display: inline;"&gt;&lt;div&gt;&lt;object width="448" height="252"&gt;&lt;param name="movie" value="http://www.youtube.com/v/PbaDBJWCeD4?hl=en&amp;amp;hd=1"&gt;&lt;/param&gt;&lt;embed src="http://www.youtube.com/v/PbaDBJWCeD4?hl=en&amp;amp;hd=1" type="application/x-shockwave-flash" width="448" height="252"&gt;&lt;/embed&gt;&lt;/object&gt;&lt;/div&gt;&lt;/div&gt; &lt;/center&gt;  &lt;p&gt;&lt;font size="2"&gt;You can also view more videos in the &lt;em&gt;From Data to Insight &amp;amp; Impact&lt;/em&gt; series here:&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font size="2"&gt;- Building an Excel Power View from a PDF Document -&lt;/font&gt;&lt;a href="http://bit.ly/WBsMq1"&gt;&lt;font size="2"&gt;http://bit.ly/WBsMq1&lt;/font&gt;&lt;/a&gt;     &lt;br /&gt;&lt;font size="2"&gt;- Building a Manufacturing Summary with Power View -&lt;/font&gt;&lt;a href="http://bit.ly/XSEOau"&gt;&lt;font size="2"&gt;http://bit.ly/XSEOau&lt;/font&gt;&lt;/a&gt;     &lt;br /&gt;&lt;font size="2"&gt;- Using Power View to Review Manufacturing Performance -&lt;/font&gt;&lt;a href="http://bit.ly/VR2Lkl"&gt;&lt;font size="2"&gt;http://bit.ly/VR2Lkl&lt;/font&gt;&lt;/a&gt;     &lt;br /&gt;&lt;font size="2"&gt;- Building a Sales Summary with Power View - &lt;/font&gt;&lt;a href="http://bit.ly/TsKQAo"&gt;&lt;font size="2"&gt;http://bit.ly/TsKQAo&lt;/font&gt;&lt;/a&gt;     &lt;br /&gt;&lt;font size="2"&gt;- Using Power View to Review Sales Performance -&lt;/font&gt;&lt;a href="http://bit.ly/YmnS0r"&gt;&lt;font size="2"&gt;http://bit.ly/YmnS0r&lt;/font&gt;&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10407282" width="1" height="1"&gt;</content><author><name>Microsoft BI Team</name><uri>http://blogs.msdn.com/bpmgsocial_4000_live.com/ProfileUrlRedirect.ashx</uri></author><category term="Power View" scheme="http://blogs.msdn.com/b/microsoft_business_intelligence1/archive/tags/Power+View/" /><category term="Power View Demos" scheme="http://blogs.msdn.com/b/microsoft_business_intelligence1/archive/tags/Power+View+Demos/" /><category term="Marc Reguera" scheme="http://blogs.msdn.com/b/microsoft_business_intelligence1/archive/tags/Marc+Reguera/" /><category term="From Data to Insight &amp; Impact" scheme="http://blogs.msdn.com/b/microsoft_business_intelligence1/archive/tags/From+Data+to+Insight+_2600_+Impact/" /><category term="Power View tutorial" scheme="http://blogs.msdn.com/b/microsoft_business_intelligence1/archive/tags/Power+View+tutorial/" /><category term="PPI" scheme="http://blogs.msdn.com/b/microsoft_business_intelligence1/archive/tags/PPI/" /></entry><entry><title>Gartner BI and Analytics Summit Recap: Faster Business Insights for All</title><link rel="alternate" type="text/html" href="http://blogs.msdn.com/b/microsoft_business_intelligence1/archive/2013/03/25/gartner-bi-and-analytics-summit-recap-faster-business-insights-for-all.aspx" /><id>http://blogs.msdn.com/b/microsoft_business_intelligence1/archive/2013/03/25/gartner-bi-and-analytics-summit-recap-faster-business-insights-for-all.aspx</id><published>2013-03-25T16:00:00Z</published><updated>2013-03-25T16:00:00Z</updated><content type="html">&lt;p&gt;&lt;font size="2"&gt;Thank you to the nearly 550 attendees from the 2013 Gartner BI and Analytics Summit who visited the Microsoft booth and joined our “Insights for Everyone from Any Data, Any Size, Anywhere” session at the event. Those who visited had a chance to see our Big Data and BI platforms in action, specifically Excel 2013 (with PowerPivot and Power View), Data Explorer and HDInsight. In our Solution Provider Session, the audience joined in to view a new perspective on the journey from data to insight. Together, we explored what Microsoft is doing to make the data platform and tools more simple and agile to accelerate time to insight so you can take action on your data faster than ever. &lt;/font&gt;&lt;/p&gt; &lt;font size="2"&gt;&lt;/font&gt;  &lt;p&gt;&lt;font size="2"&gt;Herain Oberoi and Marc Reguera’s presentation sparked a lot of interest from attendees – but also delivered on the notion of having fun with data. Through a fun and fast demonstration, Marc showed attendees how PowerPivot and Power View have dramatically changed his job in finance – making it not only more efficient – but more enjoyable.&amp;#160; &lt;/font&gt;&lt;/p&gt; &lt;font size="2"&gt;&lt;/font&gt;  &lt;p&gt;&lt;font size="2"&gt;You can view additional photos from the event on the Microsoft Business Intelligence Facebook page &lt;/font&gt;&lt;a href="https://www.facebook.com/media/set/?set=a.573206259364424.1073741825.177650892253298&amp;amp;type=1" target="_blank"&gt;&lt;font size="2"&gt;here&lt;/font&gt;&lt;/a&gt;&lt;font size="2"&gt;.&lt;/font&gt;&lt;/p&gt; &lt;font size="2"&gt;&lt;/font&gt;  &lt;p&gt;&lt;a href="http://blogs.msdn.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-01-43-09-metablogapi/3438.Gartner_2D00_BI_2D00_Collage_5F00_1C6D46D0.jpg"&gt;&lt;font size="2"&gt;&lt;img title="Microsoft_at_Gartner_BI" style="margin-right: auto; margin-left: auto; float: none; display: block; background-image: none;" border="0" alt="Microsoft_at_Gartner_BI" src="http://blogs.msdn.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-01-43-09-metablogapi/6574.Gartner_2D00_BI_2D00_Collage_5F00_thumb_5F00_57C0AC8E.jpg" width="589" height="182" /&gt;&lt;/font&gt;&lt;/a&gt;&lt;/p&gt; &lt;font size="2"&gt;&lt;/font&gt;  &lt;p&gt;&lt;font size="2"&gt;To learn more about Microsoft and our BI solution, please visit &lt;/font&gt;&lt;a href="http://www.microsoft.com/bi"&gt;&lt;font size="2"&gt;www.microsoft.com/bi&lt;/font&gt;&lt;/a&gt;&lt;font size="2"&gt;. To view the demos from our Solution Provider Session and demos from the booth, please view the following videos on &lt;/font&gt;&lt;a href="http://youtu.be/M5kvodvw_n0"&gt;&lt;font size="2"&gt;Manufacturing&lt;/font&gt;&lt;/a&gt;&lt;font size="2"&gt; and &lt;/font&gt;&lt;a href="http://youtu.be/uuPH0XIssR0"&gt;&lt;font size="2"&gt;Sales.&lt;/font&gt;&lt;/a&gt;&lt;font size="2"&gt; Additional videos from this series can be found on the &lt;/font&gt;&lt;a href="http://youtube.com/microsoftbi" target="_blank"&gt;&lt;font size="2"&gt;Microsoft Business Intelligence YouTube&lt;/font&gt;&lt;/a&gt;&lt;font size="2"&gt; channel including:&lt;/font&gt;&lt;/p&gt; &lt;font size="2"&gt;&lt;/font&gt;  &lt;p&gt;&lt;font size="2"&gt;-&amp;#160; &lt;/font&gt;&lt;a href="http://bit.ly/WBsMq1" target="_blank"&gt;&lt;font size="2"&gt;Building an Excel Power View from a PDF Document&lt;/font&gt;&lt;/a&gt;&lt;font size="2"&gt;      &lt;br /&gt; -&amp;#160; &lt;/font&gt;&lt;a href="http://bit.ly/XSEOau" target="_blank"&gt;&lt;font size="2"&gt;Building a Manufacturing Summary with Power View&lt;/font&gt;&lt;/a&gt;&lt;font size="2"&gt;      &lt;br /&gt; -&amp;#160; &lt;/font&gt;&lt;a href="http://bit.ly/VR2Lkl" target="_blank"&gt;&lt;font size="2"&gt;Using Power View to Review Manufacturing Performance&lt;/font&gt;&lt;/a&gt;&lt;font size="2"&gt;      &lt;br /&gt; -&amp;#160; &lt;/font&gt;&lt;a href="http://bit.ly/TsKQAo" target="_blank"&gt;&lt;font size="2"&gt;Building a Sales Summary with Power View&lt;/font&gt;&lt;/a&gt;&lt;font size="2"&gt;      &lt;br /&gt; -&amp;#160; &lt;/font&gt;&lt;a href="http://bit.ly/YmnS0r" target="_blank"&gt;&lt;font size="2"&gt;Using Power View to Review Sales Performance&lt;/font&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.msdn.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-01-43-09-metablogapi/4214.image_5F00_581D9CEA.png"&gt;&lt;img title="Faster_Business_Insights_for_All" style="margin-right: auto; margin-left: auto; float: none; display: block; background-image: none;" border="0" alt="Faster_Business_Insights_for_All" src="http://blogs.msdn.com/cfs-file.ashx/__key/communityserver-blogs-components-weblogfiles/00-00-01-43-09-metablogapi/6355.image_5F00_thumb_5F00_059EBCAE.png" width="471" height="88" /&gt;&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=10405131" width="1" height="1"&gt;</content><author><name>Microsoft BI Team</name><uri>http://blogs.msdn.com/bpmgsocial_4000_live.com/ProfileUrlRedirect.ashx</uri></author><category term="BI" scheme="http://blogs.msdn.com/b/microsoft_business_intelligence1/archive/tags/BI/" /><category term="PowerPivot" scheme="http://blogs.msdn.com/b/microsoft_business_intelligence1/archive/tags/PowerPivot/" /><category term="Power View" scheme="http://blogs.msdn.com/b/microsoft_business_intelligence1/archive/tags/Power+View/" /><category term="Data Explorer" scheme="http://blogs.msdn.com/b/microsoft_business_intelligence1/archive/tags/Data+Explorer/" /><category term="Gartner BI Summit" scheme="http://blogs.msdn.com/b/microsoft_business_intelligence1/archive/tags/Gartner+BI+Summit/" /><category term="Excel 2013" scheme="http://blogs.msdn.com/b/microsoft_business_intelligence1/archive/tags/Excel+2013/" /><category term="Marc Reguera" scheme="http://blogs.msdn.com/b/microsoft_business_intelligence1/archive/tags/Marc+Reguera/" /><category term="From Data to Insight &amp; Impact" scheme="http://blogs.msdn.com/b/microsoft_business_intelligence1/archive/tags/From+Data+to+Insight+_2600_+Impact/" /><category term="Gartner" scheme="http://blogs.msdn.com/b/microsoft_business_intelligence1/archive/tags/Gartner/" /><category term="Herain Oberoi" scheme="http://blogs.msdn.com/b/microsoft_business_intelligence1/archive/tags/Herain+Oberoi/" /><category term="HDInsight" scheme="http://blogs.msdn.com/b/microsoft_business_intelligence1/archive/tags/HDInsight/" /></entry></feed>