Forum Discussion

ChrisC365's avatar
ChrisC365
Brass Contributor
Feb 25, 2020
Solved

PowerPivOt and DAX counter

Hi   I have a PowerPivot table, which consists of 3 tables in model which uses two main filters.  Filter one column name is called 'Funded', the values in this column are either 'Yes', 'No' or 'bla...
  • ExcelExciting's avatar
    Feb 25, 2020

    Hi ChrisC365 

     

    You can try this formula might be helpful

     

    MeasureCountYes:= COUNTROWS(FILTER(TableName,[ColumnName]="Yes"))

     

    MeasureCountNo:= COUNTROWS(FILTER(TableName,[ColumnName]="No"))

     

    If you are still facing issue please attached sample file to work on it and provide you appropriate solution, make sure to demonstrate your desired output in the sheets for better understanding.

     

    Regards, Faraz Shaikh | MCT, MIE, MOS Master, Excel Expert | www.ExcelExciting.com