Forum Discussion
Syndicate_Admin
Administrator
5 years agoBLANK DATA
Hello everyone, I have been presented with a very particular case. contextualize a little: I have a column called Adults, when I start by observing that this column is formatted as "Text" so I d...
amitchandak
Super User
5 years agoSyndicate_Admin ,Can you share sample data and sample output in table format? Or a sample pbix after removing sensitive data.
Try like
countrows(Filter(Table, Table [adult]> 0))
or
countrows(Filter(Table, isblank(Table [adult]) || Table [adult]<> 0))