Quantcast
Channel: All Developer posts
Viewing all articles
Browse latest Browse all 48848

Re: Count in DAX

$
0
0

You can create a calculated column.

Total = IF(ISBLANK(Table1[NCR1]),0,1)+IF(ISBLANK(Table1[NCR2]),0,1)+IF(ISBLANK(Table1[NCR3]),0,1)+IF(ISBLANK(Table1[NCR4]),0,1)+IF(ISBLANK(Table1[NCR5]),0,1)

Capture.PNG


Viewing all articles
Browse latest Browse all 48848


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>