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
5 years agoCommunity Champion
Anonymous Try
PR Compliance -over val =
CALCULATE(
AVERAGE('PR Details'[PR DATA]),
'PR Details'[PR]="Within"
)
Anonymous
4 years agoNot applicable
Greg_Deckler i have month wise text count value like
Month PODetails
May over
May over
May within
May over
June within
June within
June over
July within
My percentage want month wise
Month Over within Grand Total
May 75% 25% 100%
June 25% 75% 100%
any idea month wise percentage ? thanks in advance