Forum Discussion

IPGeorgiev's avatar
IPGeorgiev
Helper III
6 years ago
Solved

Measure based on Column

Hi,   I have the following issue:   I have  a matrix which looks like this:     So the types here are the types of communication - Written or Voice.   So I will have a KPI1% under the ...
  • Greg_Deckler's avatar
    Greg_Deckler
    6 years ago
    Right, so thinking of a measure like:

    Measure?
    VAR __Type to MAX('Table'[Type])
    VAR __RedThreshold - IF(__Type to "Written",.75,.85)
    VAR __KPI1 [KPI1%]
    Return
    IF(__KPI1 <-__RedThreshold,"Red","Green")