Forum Discussion
Torudd-55
7 years agoFrequent Visitor
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 ...
- Anonymous7 years agoHope i understand correctly,
COUNTROWS(FILTER(table;left(column;1)="T")
Torudd-55
7 years agoFrequent Visitor
No, unfortunatly not. I posted some example data in another reply if that can help you aswell?
Thanks for trying!
/Johan
Anonymous
7 years agoNot applicable
Hope i understand correctly,
COUNTROWS(FILTER(table;left(column;1)="T")
COUNTROWS(FILTER(table;left(column;1)="T")