Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more
Hi,
I want to put a DAX measure into Power BI desktop but I got an error message as follow:
My DAX expression as follow:
The idea of the formula is to calculate the average ContainerTEU for each ShipmentContainerNumber.
So, I tried to used GROUPBY to aggregate the ShipmentContainerNumber and calculate the average ContainerTEU for each of the ShipmentContainerNumber.
The final product I want to have is to sum up the total of the "Average ContainerTEU" for all the ShipmentContainerNumbers.
Is there anything wrong with the formula or if anything was missing?
Thank you!
Best regards,
Emily
Hi @Anonymous ,
Have you solved your problem?
If you have solved, could you please share the solution or accept the replies making sense as solution to your question so that people who may have the same question can get the solution directly.
Best Regards,
Cherry
Hi @Anonymous,
Based on this document, it says that Group by returns a table, not a scalar value.
"Return Value: A table with the selected columns for the groupBy_columnName arguments and the grouped by columns designated by the name arguments."
This is exactly what this error message is saying.
Best Regards,
Cherry
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.