Search icon CANCEL
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Conferences
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
Tabular Modeling with SQL Server 2016 Analysis Services Cookbook

You're reading from   Tabular Modeling with SQL Server 2016 Analysis Services Cookbook Create better operational analytics for your users with these business solutions

Arrow left icon
Product type Paperback
Published in Jan 2017
Publisher Packt
ISBN-13 9781786468611
Length 372 pages
Edition 1st Edition
Languages
Arrow right icon
Author (1):
Arrow left icon
Derek Wilson Derek Wilson
Author Profile Icon Derek Wilson
Derek Wilson
Arrow right icon
View More author details
Toc

Table of Contents (12) Chapters Close

Preface 1. Introduction to Microsoft Analysis Services Tabular Mode FREE CHAPTER 2. Setting up a Tabular Mode Environment 3. Tabular Model Building 4. Working in Tabular Models 5. Administration of Tabular Models 6. In-Memory Versus DirectQuery Mode 7. Securing Tabular Models 8. Combining Tabular Models with Excel 9. DAX Syntax and Calculations 10. Working with Dates and Time Intelligence 11. Using Power BI for Analysis

Importing sample datasets

For the examples in this chapter you will import two sets of data to create tables inside the model. This first table is a list of all states in the United States plus the District of Columbia. The second data set is a short list of famous landmarks.

Note

These examples are available at https://github.com/derekewilson/SSAS_2016_Tabular_Model.

Getting ready

This example assumes you have a working tabular mode server and SQL Server Data Tools installed.

How to do it...

  1. Open Visual Studio, select File and then New Project.
  2. On the next screen select Analysis Services Tabular Project to create a new Analysis Service tabular project.

    How to do it...

  3. Select Model from the menu and Import from Data Source.

    How to do it...

  4. Select Excel File from the bottom of the Table Import Wizard and click Next.

    How to do it...

  5. Browse to the location of the US States.xlsx file. Check the Use first row as column headers box.

    How to do it...

  6. Select the Service Account to specify a user that has access to the data source. Click Next.

    How to do it...

  7. Review the Source Table information and click Finish.

    How to do it...

  8. Click Close after successfully importing the data.

    How to do it...

  9. Now repeat steps 4-8 and import into the data the Famous Landmarks.csv file.

How it works...

Let's review what was done in the previous steps for this first recipe. In steps 1 and 2 we created a new Tabular Model project and selected the option to import data. Then in steps 3 and 4 we selected the source data type of Excel and chose the file to import that included a list of the States in the USA. During step 5 we selected how the data source can be accessed via user security. In step 6, we reviewed the import process and started loading the data. In step 7 we were able to see that the data was successfully imported. Then you repeated the process to import the Famous Landmarks file. You now have two data tables loaded into your model that Tabular mode can use.

You have been reading a chapter from
Tabular Modeling with SQL Server 2016 Analysis Services Cookbook
Published in: Jan 2017
Publisher: Packt
ISBN-13: 9781786468611
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $19.99/month. Cancel anytime