Resolved! Measure in KPI
Hi,I have created below measure formula in business view using string to count the number of rows of string.Requirement: count(table.name = "Yes").Written formula in Business View:if( table.name = "Yes", count( table.name ), 0)Ca...