Integrating Integrators – BizTalk, Windows Azure, Windows Workflow, and Beyond
Join
Sign in
Search Options
Search Everything
Search Windows Workflow
Home
AppFabric
BizTalk Server
Windows Azure
Windows Workflow
Jobs (Hire A Guru)
More ...
Home
»
Windows Workflow
»
Windows Workflow Community Blogs via Syndication
»
All Tags
»
tabular model
Browse by Tags
Windows Workflow
This is the top level group for Microsoft Windows Workflow Foundation. Find blogs, samples, videos, and learning resources for various versions of workflow including 3.0, 3.5, and 4.0 here.
Get this RSS feed
Home
Blog
Files
Wiki
Archives
Archives
May 2013
(8)
April 2013
(11)
March 2013
(10)
February 2013
(7)
January 2013
(14)
December 2012
(7)
November 2012
(7)
October 2012
(10)
September 2012
(8)
August 2012
(7)
July 2012
(22)
June 2012
(10)
May 2012
(6)
April 2012
(10)
March 2012
(4)
February 2012
(6)
January 2012
(8)
December 2011
(11)
November 2011
(8)
October 2011
(11)
September 2011
(23)
August 2011
(18)
July 2011
(2)
June 2011
(5)
May 2011
(17)
April 2011
(22)
March 2011
(25)
February 2011
(11)
January 2011
(20)
December 2010
(17)
November 2010
(10)
October 2010
(7)
September 2010
(2)
August 2010
(3)
July 2010
(1)
June 2010
(7)
May 2010
(4)
April 2010
(11)
March 2010
(12)
February 2010
(7)
January 2010
(25)
December 2009
(23)
November 2009
(20)
October 2009
(3)
September 2009
(1)
July 2009
(2)
June 2009
(2)
Tags
BISM
Denali
least discoverable feature
SQL Server 2012
SSAS
Tagged Content List
Blog Post:
DirectQuery impersonation options explained
Syndicated Workflow Author
In my previous post about impersonation , I mentioned that DirectQuery impersonation was a bit tricky. That is because there is a special project property called Impersonation Settings that determines the credentials to use when connecting to the data source. The MSDN documentation of this property is...
on
Mon, Dec 12 2011
Blog Post:
New for RC0 – the .layout file
Syndicated Workflow Author
If you look at my previous post on the tabular project structure , you’ll see this teaser: “There are a couple of other files in the project folder, an optional ABF file and a hidden user settings file, but I’ll talk about those another day.” The ABF file description I just put off because it was complicated...
on
Fri, Dec 2 2011
Blog Post:
PowerPivot measures command – no really, don’t modify it manually!
Syndicated Workflow Author
If you look in the metadata of a BIM file, or if you look at the .dax file generated by the DAX Editor , you will see the following perplexing comment: -------------------------------------------------------- -- -- PowerPivot measures command (do not modify manually) -- -----------------------------...
on
Tue, Nov 29 2011
Blog Post:
Least discoverable feature: importing more tables from an existing connection
Syndicated Workflow Author
You’ve run the import wizard, and imported a bunch of tables into your tabular model. Now you want to import one more from that same connection. How do you do this? What you need is the Existing Connections dialog. To start the Existing Connections dialog, go to Model->Existing Connections or click...
on
Wed, Nov 23 2011
Blog Post:
Securing your tabular model
Syndicated Workflow Author
Now that RC0 has arrived I can finally post about security for tabular models. I have put off writing about security because I think the RC0 documentation on this subject is really quite good so I don’t have too much to add. Also, we had a minor feature add for RC0 that is very exciting. You can now...
on
Mon, Nov 21 2011
Blog Post:
Changing your font and keyboard shortcuts in the tabular designer
Syndicated Workflow Author
If you look carefully, you can see my roots showing. No, not my hair – you can see my old job showing. When I came to work on the Analysis Services team, we had to design an “environmentally friendly” Visual Studio package in a hurry using the Visual Studio extensibility framework , same as everybody...
on
Thu, Nov 17 2011
Blog Post:
Using Edit Table Properties on a partitioned tabular model
Syndicated Workflow Author
In PowerPivot, the Edit Table Properties dialog box is used for a few things. It is used to add columns to a table, remove columns from a table, and adjust the set of rows included in the table. This works great for PowerPivot. All the data in the PowerPivot model is stored in a single partition, so...
on
Thu, Nov 10 2011
Blog Post:
Impersonation in tabular models
Syndicated Workflow Author
Here is a pop quiz on impersonation when connecting to a data source for tabular models. Question 1: How many impersonation options are supported for tabular models? 2, as shown in the tabular designer 3 4, as shown in SSMS Question 2: My impersonation credentials are validated in the Import Wizard....
on
Mon, Nov 7 2011
Blog Post:
When to choose tabular models over PowerPivot models
Syndicated Workflow Author
Sometimes people ask me for the slide deck to my PASS presentation . I send out the deck, but there is only one slide in there that is worth anything. This post summarizes the only useful slide in the entire deck. Let’s think about this question – why are tabular models necessary when we already have...
on
Thu, Oct 27 2011
Blog Post:
Making tabular models more sensitive
Syndicated Workflow Author
Case sensitive, that is. Last year, Denny Lee posted about PowerPivot’s case insensitivity problem . Tabular models have the same insensitivity problem by default. As I mentioned in my previous post on language and collation settings , when creating a new tabular project, the collation used by default...
on
Mon, Oct 24 2011
Blog Post:
Collation and language settings in tabular models
Syndicated Workflow Author
Collation and language settings are tricky; so tricky that my two planned blog posts on this topic can only scratch the surface of what goes on under the covers here. This post is a simplified overview of collation and language settings for Denali. In a future post I will show you an example of how to...
on
Fri, Oct 21 2011
Blog Post:
The BI semantic model, MDX, DAX, and you
Syndicated Workflow Author
When I was at PASS I fielded a bunch of questions about the BI semantic model, multidimensional (OLAP), and tabular (VertiPaq) models. I think there is some confusion about what the BI semantic model, multidimensional, and tabular models actually are, and when precisely you can use MDX and DAX with multidimensional...
on
Mon, Oct 17 2011
Blog Post:
Recovering your model when you can’t save the BIM file
Syndicated Workflow Author
It is possible for the tabular designer to get into an error state. If you try to save the model, you can get this error message: “Unable to save the file Model.bim. Reason: The file cannot be saved because it is marked as readonly.” Most of the time, you see this error if the tabular designer has lost...
on
Thu, Oct 6 2011
Blog Post:
Configuring a workspace database server
Syndicated Workflow Author
Marco Russo has a nice post about the basics of configuring the workspace database server . You can use his post to learn how to set the tabular instance to use for the workspace database server for new and existing projects. However, there’s more to picking a workspace database server than just picking...
on
Mon, Oct 3 2011
Blog Post:
Working with the ACE provider in the tabular designer
Syndicated Workflow Author
The Office ACE provider is used to import from text files, Excel files, and Access files. Just like for any data provider, you need to install the provider on both the client side (machine with BIDS) and on the server side (both the machine running the workspace DB instance and the machine running the...
on
Thu, Sep 29 2011
Blog Post:
Processing tabular models 101
Syndicated Workflow Author
With a new storage engine comes new processing options. Here are some fast facts about processing tabular models, in Q&A format. What are my processing options? The following table shows the available processing options for each object. Object Available Processing Options Database Process Clear,...
on
Mon, Sep 26 2011
Blog Post:
Where does data come from when you open a BIM file?
Syndicated Workflow Author
By default, when you open the .bim file after closing it, the data comes back. Did you ever wonder where this data comes from? It depends on a number of factors. Let’s explore. Before we begin, I want you to keep a very important point in mind. The metadata in the BIM file is always more important than...
on
Fri, Sep 23 2011
Blog Post:
Working with backups in the tabular designer
Syndicated Workflow Author
We have this Data Backup property on the .bim file that by default is turned off. You may wonder why this property exists. Let us explore what it is this property does, and why it (and backups in general) are useful in the tabular designer. The Data Backup property specifies whether or not an ABF file...
on
Tue, Sep 20 2011
Blog Post:
Configuring multiple partitions in a DirectQuery with VertiPaq model, step by step
Syndicated Workflow Author
In my DirectQuery 101 post, I promised an example of configuring a model with DirectQuery only partitions. Here it is. Imagine for a moment that AdventureWorks has turned into a fast moving mega-conglomerate, with transactions written to FactInternetSales all day long for years and years. Your job is...
on
Thu, Sep 15 2011
Blog Post:
Using Integration Services with tabular models
Syndicated Workflow Author
The astute user may notice that the Analysis Services tasks included with Integration Services in BIDS are unchanged for Denali. That is true. The good news is that you can use Integration Services with tabular models. Because the underlying structure of a tabular model is the same as the underlying...
on
Thu, Sep 8 2011
Blog Post:
DirectQuery 101
Syndicated Workflow Author
DirectQuery is to tabular modeling what ROLAP is to multidimensional modeling. It’s a way to get query results from your model in real time without processing data into the model first. You can get started with DirectQuery by perusing some of our MSDN documentation on DirectQuery . Also, Edward...
on
Tue, Sep 6 2011
Blog Post:
Importing a subset of data using partitions, step by step
Syndicated Workflow Author
This is a follow up to part 1 – dealing with large row sets in the tabular designer . In this post I will show how to import just a subset of your table data to get started, add partitions while you go, and then process the whole model at deployment time. I will demonstrate the technique importing via...
on
Thu, Sep 1 2011
Blog Post:
Dealing with large row sets in the tabular designer
Syndicated Workflow Author
Amir Netz’s two billion and seven rows demo at last year’s BI conference was not just demoware. Unlike PowerPivot, where the amount of data you can load is bound by the workbook size , the amount of data you can load into tabular models is limited only by server capacity. This is true at both design...
on
Mon, Aug 29 2011
Blog Post:
Pointing PowerPivot pivot tables to tabular models
Syndicated Workflow Author
After you import or restore from PowerPivot , you are left with a workbook with pivot tables and slicers to point to the PowerPivot model. The next logical step in the import/restore process is to re-point these objects to your new tabular model. How do you do that? Attempt 1: Change the PowerPivot data...
on
Wed, Aug 17 2011
Blog Post:
What does Import from PowerPivot actually do?
Syndicated Workflow Author
We have two pieces of functionality in Denali that allow you to promote a self-service model in PowerPivot (v1 or v2) to a tabular model. One is i mport from PowerPivot , where you create a new tabular modeling project from a pre-existing PowerPivot workbook. Another is restore from PowerPivot (pretend...
on
Mon, Aug 15 2011
Page 1 of 2 (27 items)
1
2