Forum Discussion
uc
3 years agoHelper II
Dax statement help
Hello Need help with dax. I have a table below with 4 columns and the last column is the count of first 3 columns, provided they have data in it. Can you please advise what dax statement I need to ...
- 3 years ago
Hi,
Please check the below picture and the attached pbix file.
Total ID count CC = ( 'Table'[ID1] <> BLANK () ) + ( 'Table'[ID2] <> BLANK () ) + ( 'Table'[ID3] <> BLANK () ) - 3 years ago
Great. Thanks a lot 🙂
Jihwan_Kim
3 years agoSuper User
Hi,
Please check the below picture and the attached pbix file.
Total ID count CC =
( 'Table'[ID1] <> BLANK () )
+ ( 'Table'[ID2] <> BLANK () )
+ ( 'Table'[ID3] <> BLANK () )