Forum Discussion

FaisalImam's avatar
FaisalImam
Helper I
4 years ago
Solved

Model Relationship

Hi All,   Basically I am unable to create relation between two tables.There is one table with Static data :Type,key service level(consider as formula names). Another table with raw data but both th...
  • PaulDBrown's avatar
    PaulDBrown
    4 years ago

    SWITCH is a function used in measures /calculated columns wich is essentially  nested IFs executed in order. So the measure in this case is checking the filter context (established by SELECTEDVALUE) and returning the corresponding measure. So the first statement checks whether the conext is "A1" and if true returns the measure [M1] and so on...Make sense?