Forum Discussion
Dynamically update calculated column values with slicer
- 5 years ago
Hello,
I have solved the issue with the following steps:
(refers to the example formula mentioned in the original post)
1. I have calculated the difference between Val1 and Val2 as seperate column in table;
2. Used 'Values()' to convert it into measurement
3. Corrected original formula to use: Calculate (Divide (), type in {value}*) and created new measure
4. It worked. This was done for each type, and all measures were added to chart separetly.
Although it has some limitations towards visualization, by the end of the day it works. Hopefully it might help someone 🙂
* used for filtering through types
Hi, LiaR , calculated columns are static and never response to any change of slicer or any other viz.
Is there any way to make measure instead of calculated column to have the same outcome? so i would have a list of values within the measure?