The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends September 15. Request your voucher.
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
User | Count |
---|---|
71 | |
63 | |
60 | |
49 | |
26 |
User | Count |
---|---|
117 | |
75 | |
62 | |
55 | |
43 |