Forum Discussion
How does calculated columns work in directquery?
So if i understand correctly, for import mode, calculated columns are loaded into the model during a data refresh. And once it's loaded any queries are to the calculated column stored within the local bi file.
But what happens with calculated column in directqueries? Are calculated columns persisted in the data source and when we refresh the visuals it queries the data source every time?
I have created a custom column through power query vs calculated column for directquery and it seems like the calculated column is slower for the report. Any clarifications would help. Thanks.
wpf_ That is exactly what I think happens behind the scenes, yes.
5 Replies
- Greg_DecklerCommunity Champion
wpf_ I don't believe that the values are persisted in the data model or the data source. For example, I added a calculated column to a DirectQuery model and it added a total of about 600 bytes to the data model and added nothing to the data source. So, likely it just stores the formula for the calculated column in the PBIX file in the Data Model.
- wpf_Post Prodigy
Thank you.
So does that mean that every time I refresh a visual that contains a measure that references a calculated column, it queries the data source and calculates the calculated column then the measure on demand?
- Greg_DecklerCommunity Champion
wpf_ That is exactly what I think happens behind the scenes, yes.
- Syndicate_AdminAdministrator
Hello good morning, the calculated column can be used as the end of a relationship in a composite model?