Forum Discussion

DairyG1's avatar
DairyG1
Helper I
3 years ago
Solved

Create measure based on calculated status column

Hello All,   Hope i can get your expert help.   I have a calculated column with two statuses - Pass & Fail I want to show the percentage of Pass items within a card.   Can someone guide me on ...
  • PijushRoy's avatar
    3 years ago

    Hi DairyG1 

    Please use 

    Pass% = Divide(
    Calculate(Count(PassFailCouln),PassFailCouln="Pass"),
    Count(PassFailCouln))

     

    Change the datatype of the measure as Percentage