Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
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.
Solved! Go to Solution.
Hi Nejovic,
Just add return function at the end like,
return VAR__1 + VAR__2 + VAR__3 + VAR__4
Regards,
Pradeep
Hi Nejovic,
Just add return function at the end like,
return VAR__1 + VAR__2 + VAR__3 + VAR__4
Regards,
Pradeep
Thank you!
| User | Count |
|---|---|
| 56 | |
| 42 | |
| 28 | |
| 17 | |
| 16 |
| User | Count |
|---|---|
| 74 | |
| 63 | |
| 40 | |
| 23 | |
| 22 |