Forum Discussion

wynhodgkiss's avatar
wynhodgkiss
Advocate II
2 years ago
Solved

Using measure for join to existing table

Hi, probably a simple answer so apologies for empty headedness.   I have a simple RAG measure:   RAG = if([MS% - National MS%]<-0.05,"Red",if([MS% - National MS%]<0,"Amber","Green"))   and a t...