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!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
Hello guys,
Thank you in advance...
I am having trouble with iterations and totals in Power BI, I am currently trying to calculate and apportionament based on percentual from total sales for Client, Product and Profit Center:
the correct row result which I am trying to achieve is "result" but the totals are incorrect, the iteration code that I have tried to fix these total is shown bellow:
Iteration =
VAR Virtual_Table =
SUMMARIZE(
FINANCIAL_DATA_FAG
,FINANCIAL_DATA_FAG[Product]
,FINANCIAL_DATA_FAG[Client]
,FINANCIAL_DATA_FAG[Profit Center]
)
RETURN
SUMX(
Virtual_Table,
[Result]
)
The result dax:
Result =
[%] * [App. Product w/o Client]
Can someone help me with this matter?
Thank you very much...
Please provide sample data (with sensitive information removed) that covers your issue or question completely, in a usable format (not as a screenshot). Leave out anything not related to the issue.
If you are unsure how to do that please refer to https://community.fabric.microsoft.com/t5/Community-Blog/How-to-provide-sample-data-in-the-Power-BI-...
Please show the expected outcome based on the sample data you provided.
If you want to get answers faster please refer to https://community.fabric.microsoft.com/t5/Desktop/How-to-Get-Your-Question-Answered-Quickly/m-p/1447...
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.