Calculated Column, SSAS Tabular vs Database

  • 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 0 posts

You must be logged in to reply to this topic. Login to reply