Get certified for free when you join Fabric Data Days 2026 and dive into Fabric, Power BI, SQL, AI, and other essential data skills.
Join nowTry your skills in the Power BI Dataviz World Championship! Round one ends June 26. Join now
Hello. There was such a question. You need to sum 3 columns from 3 different tables. How to do it? I send screenshots below
Solved! Go to Solution.
Hi @skitovich
You can do this with a measure;
measure = sum(column1) + sum(column2) + sum(column3)
Thanks,
George
Hi @skitovich
You can do this with a measure;
measure = sum(column1) + sum(column2) + sum(column3)
Thanks,
George
Don't miss out on Data Days, June 15 through August 7. Learn Fabric, Power BI, SQL, AI and more.
Check out the May 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 22 | |
| 21 | |
| 21 | |
| 20 | |
| 13 |
| User | Count |
|---|---|
| 59 | |
| 53 | |
| 40 | |
| 31 | |
| 26 |