Forum Discussion
Anonymous
5 years agoNot applicable
How to avoid null values in power bi.
Hi ,
I have created below calcualation in tableau.how to replicate this formula into power bi.
Please help on this issue.
Regards,
Venkat
1 Reply
- vanessafvg
Community Champion
there are several ways you can do it
here is one of them
measure =
CALCULATE ( SUM ( table[measurename] ), table[measurename] > 0 )