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

The Power BI Data Visualization World Championships is back! It's time to submit your entry. Live now!

Reply
Nejovic
Helper I
Helper I

Add COUNTA Values


I have 4 variables I created using COUNTA functions:

VARIABLE = 
VAR __1 = COUNTA()
VAR __2 = COUNTA()
VAR __3 = COUNTA()
VAR __4 = COUNTA()

How can I sum these fours variables? The values are in form of text. 

1 ACCEPTED SOLUTION
Anonymous
Not applicable

Hi Nejovic,

 

Just add return function at the end like,

 

return VAR__1 + VAR__2 + VAR__3 + VAR__4

 

Regards,

Pradeep

View solution in original post

2 REPLIES 2
Anonymous
Not applicable

Hi Nejovic,

 

Just add return function at the end like,

 

return VAR__1 + VAR__2 + VAR__3 + VAR__4

 

Regards,

Pradeep

Thank you! 

Helpful resources

Announcements
FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.