Forum Discussion
Anonymous
1 year agoNot applicable
Measure Performance in Bar Chart
Hi All, I have a measure that use the sum of a few measures and performance wise it is perfectly fine on it's own. The problem begins when I try to display the measure in a line and clustered ...
- 1 year ago
Avoid nesting measures (remember each of them carries their own CALCULATE baggage). Write your code verbatim. Use DIVIDE rather than /
- 1 year ago
Hi Anonymous ,
May I ask if you have resolved this issue? If so, please mark the helpful reply and accept it as the solution. This will be helpful for other community members who have similar problems to solve it faster.
Thank you.
lbendlin
1 year agoSuper User
Avoid nesting measures (remember each of them carries their own CALCULATE baggage). Write your code verbatim. Use DIVIDE rather than /