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!The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now! Learn more
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]) ))
The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now!
| User | Count |
|---|---|
| 38 | |
| 36 | |
| 33 | |
| 30 | |
| 28 |
| User | Count |
|---|---|
| 127 | |
| 88 | |
| 78 | |
| 66 | |
| 65 |