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")
goncalogeraldes
5 years agoSuper User
Anonymous
PR Compliance -over val =
CALCULATE(
AVERAGE(VALUE('PR Details'[PR ])),
'PR Details'[PR]="Within"
)
Hope this answer solves your problem! If you need any additional help please tag me in your reply.
If my reply provided you with a solution, pleased mark it as a solution ✔️ or give it a kudoe 👍
Thanks!
Best regards,
Gonçalo Geraldes
If my reply provided you with a solution, pleased mark it as a solution ✔️ or give it a kudoe 👍
Thanks!
Best regards,
Gonçalo Geraldes
- Anonymous4 years agoNot applicable
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