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!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
When using PowerBI, when i multiply (GP/Unit Est) by (Units Sold Dev[Act vs Act Est%]), the grand total of this formula is zero.
Could you advise me how can i get the correct grand total?
I tried using SUMX, but it doesnt seem to work.
Solved! Go to Solution.
Hi @Anonymous
Please try
=
SUMX (
VALUES ( 'Table'[Product Group Description] ),
[GP/Unit Est] * [Units Sold Dev (Act vs Act Est%)]
)
Hi @Anonymous ,
Could you copy and paste your table into a reply so I can work with it?😎
Hi @Anonymous
Please try
=
SUMX (
VALUES ( 'Table'[Product Group Description] ),
[GP/Unit Est] * [Units Sold Dev (Act vs Act Est%)]
)
Thank you so much! It works! 🙂
@tamerj1
Sir, the measure you provided is not working.
And I don't know why the G*F column for me shows different values than in the requirement Image by @Anonymous
Thank you.
@Anonymous
This is supposed to be a measure not a calculated column.
Also I assume [GP/Unit Est] and [Units Sold Dev (Act vs Act Est%)] are measures?
I don't know @tamerj1
Can you please reply regarding the same questions? @Anonymous