Forum Discussion
JIGAR
5 years agoResolver IV
Help Writing a Measure
Hello, I need some help with writing a measure to get the specific desired result. Please find below the raw data along with the output that I am looking for. Raw Data : Date Nam...
Anonymous
5 years agoNot applicable
Pull below measure in your Visual:
SumOfHours=CALCULATE(SUM(Table[Hours]),ALL(Table[Category]))