Forum Discussion

StuartSmith's avatar
StuartSmith
Power Participant
5 years ago
Solved

Incorrect Percentage Value

I have a table containing 67 row... Count_Total_Row_Measure = COUNTROWS(Services)   That contains a column called "VoWiFi" that contains 22 "Yes" values... Count_Rows_Where_No_Measure = CALCUL...
  • amitchandak's avatar
    amitchandak
    5 years ago

    StuartSmith , I created

    Measure = DIVIDE([Count_Rows_Where_No_Measure],[Count_Total_Row_Measure])

     

    Marked it as % type and seems to to give the number you want