Forum Discussion

Auski's avatar
Auski
Advocate I
3 years ago
Solved

Calculating Percentages base on text count

Hi all,   I had great success reaching out last time, I thought I would try again...   In PBI, I have a column called Three Point Check that contains either 'Required', 'Not Required' or blank. ...
  • Ritaf1983's avatar
    3 years ago

    Hi Auski 

    Try :

    Sla = cALCULATE(COUNTROWS('Table'),'Table'[Three Point Check]="Not Required" || 'Table'[Three Point Check]="Required")/
     cALCULATE(COUNTROWS('Table'),'Table'[Three Point Check]="Not Required" || 'Table'[Three Point Check]="Required" ||  'Table'[Three Point Check]="")
    If this post helps, then please consider Accepting it as the solution to help the other members find it more quickly