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!
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
| User | Count |
|---|---|
| 46 | |
| 31 | |
| 29 | |
| 15 | |
| 15 |
| User | Count |
|---|---|
| 58 | |
| 56 | |
| 38 | |
| 21 | |
| 21 |