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")
selimovd
Most Valuable Professional
7 years agoMaybe you can post some samlple data? This would make it a lot easier to help you
Torudd-55
7 years agoFrequent Visitor
Hi, see the picture below for an example of the data in the table. What i want is to count all of the rows whitin the table but exclude Order No_ that starts with tha capital letters R and M. In the picture these doesn't show, only the orders with a "T" as starting Letter. Hope this will help you help me. :)
Thanks!