Forum Discussion
Adding custom cell value below 2 exist rows
Hi all,
I am trying to show value that equal TIEN_NUOC/SAN_LUONG of each value of rows but I have no idea on how to do it.
Example for what i wish
as you see the bold number below is calucate by TIEN_NUOC/SAN_LUONG,
and SL_DHN is the columns to show for each row not depence by A, B columns
any idea for that problem Thanks you
1 Reply
- AnonymousNot applicable
Hi Em3dream123
You can consider to create a measure
e.g Measure=SUM(Table[TIEN_NUOC])/SUM(Table[SAN_LUONG])
Then put the measure to the matrix visual.If the information above cannot meet your requirement, can you provide some sample data , the pirture you have offered is small and the information on it cannot see clearly.
Best Regards!
Yolo Zhu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.