Forum Discussion

jimmyswoosh's avatar
jimmyswoosh
Advocate I
7 years ago
Solved

Alternative Approaches To Referencing Calculated Measure in a Calculated Column?

Hi Power BI Community!   Goal: To be able to identify outlier values from the dataset dynamically and have them highlighted in the table.   Approach: I have created a calculated measure 'MTTCA_...
  • jimmyswoosh's avatar
    jimmyswoosh
    7 years ago

    I was able to accomplish what I needed by creating a measure for each metric value and a measure for each metric's outlier threshold.

     

    Then I created a measure, using switch to compare the metric value to the threshold and return either "Outlier" if it's above the threshold or "Not Outlier" if it's below or equal to the threshold.