Quantcast
Channel: SQLServerCentral » Data Warehousing » Analysis Services » Latest topics
Viewing all articles
Browse latest Browse all 1341

Calculated Column, SSAS Tabular vs Database

$
0
0
Let's say I have a table with a [Price] column and a [Quantity] column. I want to add a column that is [Price]*[Quantity]. What would have better performance, creating the calculated column inside the Tabular model or create as part of a SELECT statement (a view, basically)? Why?:-)

Viewing all articles
Browse latest Browse all 1341

Trending Articles