Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
1 year ago
Solved

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 ...
  • lbendlin's avatar
    1 year ago

    Avoid nesting measures (remember each of them carries their own CALCULATE baggage).  Write your code verbatim.  Use DIVIDE rather than / 

  • v-venuppu's avatar
    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.