Forum Discussion
Adrian_A
3 years agoFrequent Visitor
DAX String to define Blanks
So, I'm new to Power Bi and that includes Dax. I am starting to understand strings that are predefined but need some help with a logical return of the table filtered. What i am trying to express ...
- 3 years ago
Hi, Adrian_A ;
You could create a measure as follow:
Measure = COUNTROWS(FILTER('Table',[Exteriors Approved3]=BLANK()))The final show:
Best Regards,
Community Support Team _ Yalan Wu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Adrian_A
3 years agoFrequent Visitor
Thanks for the assist!
I blieve i am still missing somthing, can i please provide a sample? It seems when i run the string accross my table it stll returns the entire tabel because it is still refrencing the rows with data in the cell.
Again, thanks so much for the assist !!
Adrian_A
3 years agoFrequent Visitor
Disregard! this worked!!