Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register now.
Hi.
Is it possible to add an extra column showing a total for all 4 sales organizations (legend)? Perhaps make a new calculated measure in Desktop?
Thanks a lot in advance.
Solved! Go to Solution.
MeassureName = SUMX(TableName, TableName[column a] +TableName[column b] +TableName[column c] ...)Hope this helps !Chnage the paramenters in the query according to your data
Form a new calculated measure for the same !
And how do I do that? I haven't tried to add a new measure in Desktop before.....
Thanks!
MeassureName = SUMX(TableName, TableName[column a] +TableName[column b] +TableName[column c] ...)Hope this helps !Chnage the paramenters in the query according to your data