Forum Discussion
vissvess
7 years agoHelper V
GCD for multiple values
Hi all, I recently came accross a requirement to get a calculated column that gets a GCD of multiple values in the related table. Unfortunately, DAX syntax for GCD is for only two values. My ...
- Anonymous7 years ago
Here you are:
- 7 years ago
vissvess
7 years agoHelper V
Hi Anonymous ,
It is obvious that the math would work.
I need to clarify my requirement, that there are unknown number of variables to be included.
As far as my search, I have not came accross a M script for GCD directly.
Yet, there would a workaroud. Please share if you formulate one.
Thanks.
Anonymous
7 years agoNot applicable
Here you are:
- AlePeraltaM3 years agoFrequent Visitor
Is there any chance of do it in a measure with multiple inputs?