Forum Discussion

AnnieV's avatar
AnnieV
Frequent Visitor
1 year ago
Solved

MdxScript(Model)(17,3) calculation error

I'm working with a measure defined as:  GLOS = VAR Number = [GProduct] VAR ThisRoot = [IP_Count] RETURN Number ^ (1 / ThisRoot)   [GProduct] is the result of a PRODUCT(Numeric Colum...
  • lbendlin's avatar
    lbendlin
    1 year ago

    Yes, Int64 is the limit. Embarrassingly Power BI does not support Int128.

     

    Have you tried the logarithm approach?