Forum Discussion
Anonymous
5 years agoNot applicable
split column value based on another column
i have two column PR Compliance : PR PR DATA Within 4 Over 2 Over 2 Within ...
- 5 years ago
Anonymous Try
PR Compliance -over val =CALCULATE(AVERAGE('PR Details'[PR DATA]),'PR Details'[PR]="Within")
Greg_Deckler
Community Champion
5 years agoAnonymous Try
PR Compliance -over val =
CALCULATE(
AVERAGE('PR Details'[PR DATA]),
'PR Details'[PR]="Within"
)