Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
2 years ago
Solved

Some values calculated correctly some are infinity

I have this weird thing I do not understand where a formula sometimes calculates infinity when I expect a percentage.    FileSizeCompliancePercentage = 'Table'[Attributes.Size] / [MaxFileSiz...
  • vanessafvg's avatar
    2 years ago

    are you creating a column?  create a measure

     

    FileSizeCompliancePercentage =
    DIVIDE ( sum('Table'[Attributes.Size]), [MaxFileSizeNumber], 0 )