Forum Discussion
Anonymous
1 year agoNot applicable
why create new table from another table?
I have seen various articles and videos on how to create a new table that filters out the data from another table to give you a specific subset of the original table. I get the 'how' but I have not ...
- 1 year ago
One of the main goals in DAX Query optimization is the cardinality reduction. You balance the cost of additional storage with the benefits of smaller, more efficient queries.
lbendlin
1 year agoSuper User
One of the main goals in DAX Query optimization is the cardinality reduction. You balance the cost of additional storage with the benefits of smaller, more efficient queries.