Forum Discussion
How to calculate Multiple data correctly
- 4 years ago
Hi, Anonymous
Try to create a measure like this:Measure = DIVIDE(MAX('Table'[Product Sales]),MAX('Table'[Market Sales])) //MAX('Table'[Product Sales])&"/"&MAX('Table'[Market Sales])Result:
Please refer to the attachment below for details. Hope this helps.
If it doesn't work, could you please consdier sharing more details about it and posting expected result so it is clear on what needs to be implemented? And It would be great if there is a sample file without any sesentive information here.
It makes it easier to give you a solution.
Best Regards,
Community Support Team _ Zeon Zheng
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi, Anonymous
Try to create a measure like this:
Measure =
DIVIDE(MAX('Table'[Product Sales]),MAX('Table'[Market Sales]))
//MAX('Table'[Product Sales])&"/"&MAX('Table'[Market Sales])
Result:
Please refer to the attachment below for details. Hope this helps.
If it doesn't work, could you please consdier sharing more details about it and posting expected result so it is clear on what needs to be implemented? And It would be great if there is a sample file without any sesentive information here.
It makes it easier to give you a solution.
Best Regards,
Community Support Team _ Zeon Zheng
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.