Forum Discussion
NBDOC
2 years agoFrequent Visitor
Matrix table calculations
My apologies if asking a repeated question. Couldn't find an answer after lots of reading. I created a matrix table for field table 'Productivity' where rows on the matrix are names of employees fr...
- 2 years ago
had some issues posting the table and matrix but in any case, I finally found the answer:
Field1 % Var =var _a = CALCULATE(SUM(Productivity[Field1),FILTER(Master,Master[Date].[Year]=max(Master[Date].[Year])-1))var _b = CALCULATE(SUM(Productivity[Field1]),FILTER(Master,Master[Date].[Year]=max(Master[Date].[Year])))returnIF(ISINSCOPE(Master[Date].[Year]),SUM(Productivity[Field1]),FORMAT(DIVIDE(_b-_a,_a),"Percent"))
Anonymous
2 years agoNot applicable
Hi NBDOC ,
In order to better understand your demands and give the right solution, could you please provide some more specific information? such as your desensitized example data and a screenshot of your desired results?
Thanks for your efforts & time in advance.
Best regards,
Community Support Team_Binbin Yu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.