Forum Discussion
Werbenmanjensen
3 years agoFrequent Visitor
Putting a Row Value into a Card Visual
Hello, I am struggling with something that seems like it should be so easy, but I cannot find a solution on the forums or online. I am trying to pull a specific value from a row in a table and p...
- 3 years ago
Werbenmanjensen , A measure, Use Max if need
calculate(Sum(Table[Value for FOC/AOQ Testing]), Table[Totle for FOC/AOQ Testing] = "AQC Tested") )
amitchandak
3 years agoSuper User
Werbenmanjensen , A measure, Use Max if need
calculate(Sum(Table[Value for FOC/AOQ Testing]), Table[Totle for FOC/AOQ Testing] = "AQC Tested") )
- Werbenmanjensen3 years agoFrequent Visitor
It took me a second to get this, but it worked!! I ended with
" AQC FQC Values = CALCULATE(SUM('Batches Synthesized'[Values for FQC/AQC Testing]), 'Batches Synthesized'[Titles for FQC/AQC Testing]= "AQC Tested") "
Thank you!!