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.
Dear Experts,
I am in need of a DAX formula for the below mentioned query and screenshot. I have tried in different ways to meet the exact output. Could anyone please help me out of it.
Regards,
Ajay
Solved! Go to Solution.
@Anonymous , Try measure like
calculate(sum(Table[Actual Amount]) , filter(allselected(Table), Table[plant] = max(Table[plant]) && Table[Mat Group] = max(Table[Mat Group]) ))
calculate(Average(Table[Actual Amount]) , filter(allselected(Table), Table[plant] = max(Table[plant]) && Table[Mat Group] = max(Table[Mat Group]) ))
@Anonymous , Try measure like
calculate(sum(Table[Actual Amount]) , filter(allselected(Table), Table[plant] = max(Table[plant]) && Table[Mat Group] = max(Table[Mat Group]) ))
calculate(Average(Table[Actual Amount]) , filter(allselected(Table), Table[plant] = max(Table[plant]) && Table[Mat Group] = max(Table[Mat Group]) ))
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.