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
Zubair_Muhammad
7 years agoCommunity Champion
Anonymous
7 years agoNot applicable
I'd strongly suggest not to do this in DAX unless your model is small. If it's big, this will be not only slow but the compression rate will suffer.
Best
Darek
Best
Darek
- vissvess7 years agoHelper V
Yes, Ofcourse. My data has unique ID of around 1k values.
The transactions may go upto 16k+ and recurring.
I'll take the point.
Thanks