Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
1 year ago
Solved

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 ...
  • lbendlin's avatar
    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.