Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I have a table as below , Compliance column (Measure) is calculated as mentioned below. I want to display KPI for the measure values. How can we achieve this as measure can not be selected/counted using filtering?
e.g.
Straight Table
KPI
Count({<compliantstatus={'complient'}>}compliantstatus) will display count of 3 for complient.
Count({<compliantstatus={'non complient'}>}compliantstatus) will display count as 2 for non complient.