Forum Discussion

Torudd-55's avatar
Torudd-55
Frequent Visitor
7 years ago
Solved

DAX EXCLUDE

Hi!   I want to exclude some of my rows when using a simple "COUNTROWS" function in Power BI desktop. What i would like to get help with is a DAX formula for this that excludes specific rows that ...
  • Anonymous's avatar
    Anonymous
    7 years ago
    Hope i understand correctly,
    COUNTROWS(FILTER(table;left(column;1)="T")