Forum Discussion
Create a calculated table filtering by a measure
- Anonymous3 years ago
I Solved using dax, ty everyone!
Hi Anonymous ,
Calculated Tables are created at refresh time, while Measures are calculated at query time. After you create a calculated table, please establish a relationship between your fact tables and your calculated table, and then you can use a slicer to filter the new table.
Best Regards,
Community Support Team _ xiaosun
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
- Anonymous3 years agoNot applicable
I Solved using dax, ty everyone!
- Anonymous3 years agoNot applicable
The reaason why i want this is because i want to be able to calculate the function of a trend line that i get when i compare two measures that i have in my table. Maybe to do that is not necesary to all calculations again in a new calculated table?
Thanks everyone.