Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

July 7 - July 17 | Round 2 of the Power BI Dataviz World Championships. Don't miss your chance! Learn more

Reply
uc
Helper II
Helper 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 use for the Total ID column? Thanks in advance.

 

ID1ID2ID3Total ID
1aa1bb1cc3
 2bb2cc2
1ss  1
2 ACCEPTED SOLUTIONS
Jihwan_Kim
Super User
Super User

Hi,

Please check the below picture and the attached pbix file.

 

Jihwan_Kim_0-1668607850540.png

 

 

Total ID count CC =
( 'Table'[ID1] <> BLANK () )
    + ( 'Table'[ID2] <> BLANK () )
    + ( 'Table'[ID3] <> BLANK () )

 

 


If this post helps, then please consider accepting it as the solution to help other members find it faster, and give a big thumbs up.


Click here to visit my LinkedIn page

View solution in original post

uc
Helper II
Helper II

Great. Thanks a lot 🙂

View solution in original post

2 REPLIES 2
uc
Helper II
Helper II

Great. Thanks a lot 🙂

Jihwan_Kim
Super User
Super User

Hi,

Please check the below picture and the attached pbix file.

 

Jihwan_Kim_0-1668607850540.png

 

 

Total ID count CC =
( 'Table'[ID1] <> BLANK () )
    + ( 'Table'[ID2] <> BLANK () )
    + ( 'Table'[ID3] <> BLANK () )

 

 


If this post helps, then please consider accepting it as the solution to help other members find it faster, and give a big thumbs up.


Click here to visit my LinkedIn page

Helpful resources

Announcements
FabCon and SQLCon Barcelona 2026

FabCon & SQLCon – Barcelona 2026

Join us in Barcelona for FabCon and SQLCon, the Fabric, Power BI, SQL, and AI community event. Save €200 with code FABCMTY200.

60 days of Data Days Carousel

Data Days 2026

Join Fabric Data Days 2026: 60 days of free live/on-demand sessions, challenges, study groups, and certification opportunities.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.