Forum Discussion

Blame73's avatar
Blame73
Frequent Visitor
9 years ago
Solved

Create a calculated table with only filtered rows

Hi, I got a product table and some slicers that filter that table. I'd like to create a calculated table filled only with the filtered rows of the products table (the ones affected by filters).   ...
  • Anonymous's avatar
    Anonymous
    9 years ago

    I *think* I get what you are asking?  You want to slice and dice your data w/ filters and slicers and stuff... then magically create a new table w/ that data.  

     

    That is not possible.

     

    Creating a calculated table (like calculated columns) is something that only happens during data refresh, then stays static.  You can only specifiy interesting DAX queries... and that's it.