Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.

Reply
WillBeeSEA
Helper III
Helper III

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 seen/heard any reason as to WHY.  It seems that creating a new table of stored data unnecessarily increases the size of the data model and that could negatively affect performance.  Why would I not just use one of the various methods of filtering data; slicers, the Filter pane, filter expressions in DAX, etc.?  I think I mainly need a few examples/situations/use cases where this would be better or necessary.

Thank you.

1 ACCEPTED SOLUTION
lbendlin
Super User
Super 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.

View solution in original post

3 REPLIES 3
WillBeeSEA
Helper III
Helper III

@lbendlin ; thank you.  That makes sense. 

v-csrikanth
Community Support
Community Support

Hi @WillBeeSEA 
As highlighted by @lbendlin , the proposed approach appears to effectively address your requirements. Could you please confirm if your issue has been resolved?
If you are still facing any challenges, kindly provide further details, and we will be happy to assist you.

Best Regards,
Cheri Srikanth

lbendlin
Super User
Super 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.

Helpful resources

Announcements
July PBI25 Carousel

Power BI Monthly Update - July 2025

Check out the July 2025 Power BI update to learn about new features.

Join our Fabric User Panel

Join our Fabric User Panel

This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.

June 2025 community update carousel

Fabric Community Update - June 2025

Find out what's new and trending in the Fabric community.