Forum Discussion
hackfifi
Helper V
8 years agoDrill Level Matrix - Calculation Query
Is there a way to control the CALCULATION in Matrix based on Drill Level? In my DATA table, i have column "Quantity". When using the MATRIX Visual, the Column "Quantity" & "Hours" is Summed u...
- 8 years ago
Hi hackfifi,
Here is the calculated field formula i wrote for Quantity
=if(HASONEVALUE(Table3[Type]),SUM([Quantity]),BLANK())
Hope this helps.
Ashish_Mathur
Super User
8 years agoHi,
This should be doable, Please share the link from where i can download your Excel/PowerBI desktop file.
hackfifi
Helper V
8 years agoThanks Ashish_Mathur
Hopefully the below link works
https://1drv.ms/x/s!Ahwb9FOvNbslhRbnLJ_0Zz8Gubxs
- Ashish_Mathur8 years ago
Super User
Hi hackfifi,
Here is the calculated field formula i wrote for Quantity
=if(HASONEVALUE(Table3[Type]),SUM([Quantity]),BLANK())
Hope this helps.
- v-ljerr-msft8 years ago
Microsoft Employee
Hi hackfifi,
Have you tried the solution provided by Ashish_Mathur above? Does it work in your scenario? If it works, could you accept it as solution to close this thread?
If you still have any question on this issue, feel free to post here. :smileyhappy:
Regards