Forum Discussion
Reduce Cardinality on an Index
- 3 years ago
Anonymous
Is your index an integer value? Those are smaller to store if you can have the engine store using value encoding.
Also, disable the 'Available in MDX' property of the column so the model does not build the hierarchy. You can disable this using Tabular Editor from SQLBI.
https://www.sqlbi.com/tools/tabular-editor/
Anonymous
Is your index an integer value? Those are smaller to store if you can have the engine store using value encoding.
Also, disable the 'Available in MDX' property of the column so the model does not build the hierarchy. You can disable this using Tabular Editor from SQLBI.
https://www.sqlbi.com/tools/tabular-editor/
thanks for the reply! yep its an integer. i've not heard of available in MDX though, but looks promising so will try that!