I have a Tableau file that refreshes daily, pulling data from my company's data warehouse and then creating an extract of the data and creating a packaged Tableau file for employees to view through Reader. My two concerns are (1) how large the file is getting due to all the data in the extract, and (2) file performance (right now loading takes a bit but isn't terribly long.
I have a number of LOD calculations that I created as new dimensions, thinking that would improve performance. But now I'm wondering if it is actually better to have these as table calculations, that way there are less columns in the data extract, keeping the file smaller.
I tried searching but couldn't find the answer. Is it generally preferable to use a table calculation vs. adding the calculation as a new dimension? Thoughts? Thanks!