Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request 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
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.