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.
Hi, Need Help. My total sum for my Total Cost Column adds up correctly for 40HC "container size" but not for 40FT "container size". I am using one formula for my Total Cost column which is
Solved! Go to Solution.
@Anonymous
If that is not possible we have to force a row contxt like
Sumx(Summarize(Table, Table[Origin], Table[Container Size], Table[CBM],Table[Shipment Count], "_max",Max('FCL Pricing'[FCL Price])),[Shipment Count]*[_max])
I can not tell you the best combination without looking at data. What all should be there in the group by of summarize
Should max be there Max/Average/SUM etc for 'FCL Pricing'[FCL Price]
Hi @Anonymous ,
Is this problem solved?
If it is solved, please always accept the replies making sense as solution to your question so that people who may have the same question can get the solution directly.
If not, please share me a dummy PBIX file, removing sensitive information.
Best Regards,
Icey
@Anonymous
If that is not possible we have to force a row contxt like
Sumx(Summarize(Table, Table[Origin], Table[Container Size], Table[CBM],Table[Shipment Count], "_max",Max('FCL Pricing'[FCL Price])),[Shipment Count]*[_max])
I can not tell you the best combination without looking at data. What all should be there in the group by of summarize
Should max be there Max/Average/SUM etc for 'FCL Pricing'[FCL Price]
Thank you all for your help. Amitchandak's formula solved it. Thank you Amitchandak.
Hi,
Share the link from where i can download your PBI file.
I don't know what [Shipment Count] is. I suspect you need to be using SUMX() and not SUM() here, but without more context as to what is going on, difficult to know.
How to get good help fast. Help us help you.
How to Get Your Question Answered Quickly
How to provide sample data in the Power BI Forum
DAX is for Analysis. Power Query is for Data Modeling
Proud to be a Super User!
MCSA: BI ReportingJoin the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!
Check out the October 2025 Power BI update to learn about new features.