Forum Discussion
Blame73
9 years agoFrequent Visitor
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). ...
- Anonymous9 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.
Anonymous
9 years agoNot applicable
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.