Check Empty Table Condition with DAX

Star InactiveStar InactiveStar InactiveStar InactiveStar Inactive
 

In DAX there are different ways to test whether a table is empty. This test can be used in complex DAX expressions and this short article briefly discuss what are the suggested approaches from a performance perspective. The simplest approach is using COUNTROWS and testing whether the result is equal to zero.

Read more...

Tags: dax

 

2007-2015 VidasSoft Systems Inc.