Forum Discussion
vilenm
Helper II
5 years agoDax performance using isblank
Hi I noticed using Example 1 = IF(([A]-[B]) =BLANK(),0,[A]-[B]) or IF(ISBLANK([A]-[B]),0,[A]-[B]) can cause performance issues especially when building from a tabular model. Any efficient way ...
- 5 years ago
vilenm , Try like
[A]-[B] +0
amitchandak
Super User
5 years agovilenm , Try like
[A]-[B] +0