Forum Discussion
Calculated Column/Table Change Dynamically According to Slicer Selection in the Report
- Anonymous7 years ago
Anonymous - Calculated Columns are created and stored in the table when the model is refreshed. The value stored in the row won't change according to the user selection.
What are you trying to accomplish?
Hi Anonymous,
Yes definitely you can create a parametrized Calculated Column based on SELECTEDVALUE DAX. But I am not sure if it is possible to create a parametrized calculated table using SELECTEDVALUE.
As per my understanding, we will not be able to create a parametrized Calculated table using SELECTEDVALUE DAX..
- Anonymous7 years agoNot applicable
Thejeswar, Thanks for the response!
Can you give an example of a dynamic calculated column?- Anonymous7 years agoNot applicable
Anonymous - Calculated Columns are created and stored in the table when the model is refreshed. The value stored in the row won't change according to the user selection.
What are you trying to accomplish?
- Anonymous7 years agoNot applicable
Hi Anonymous,
Thanks for the response! I just want to know if it's possible.
Just to clarify, dynamic selection only works for Calculated Measures and NOT for Calculated Columns and Tables?