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.
Hello,
I am trying to do a simple formula = Total * Rate. However, the total in the row does not work. Does anyone know how to change the formula so it totals properly, please?
I understand its using the total percentage to multiple the total total, but I am not sure how to change it to get the total in the row. Help please
Here is the formula I am using:
Solved! Go to Solution.
Hi @Anonymous
Please try
Test =
SUMX (
SUMMARIZE (
'Table',
'Table'[Name],
Dates[Date]
),
[Rate] * [Total]
)
Hi @Anonymous
Please try
Test =
SUMX (
SUMMARIZE (
'Table',
'Table'[Name],
Dates[Date]
),
[Rate] * [Total]
)
Thank you very much!!!!!
You can iterate over companies instead of dates and/or you could fix your [Rate] measure. Rates aren't generally additive, so the 6.00% in the total row doesn't make sense.
Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!
Check out the September 2025 Power BI update to learn about new features.
User | Count |
---|---|
9 | |
8 | |
7 | |
4 | |
3 |