Forum Discussion

LuITS's avatar
LuITS
Helper II
1 year ago
Solved

DAX Measure, Total is wrong

Hello I have problems converting formulas into DAX measure,   Measure 1: SUM(Quantity) / SUM( Quantitiy / Goal ) My try: DIVIDE('Table'[Quantity], SUMX('Table', DIVIDE('Table'[Quantity], 'Table'...
  • LuITS's avatar
    LuITS
    1 year ago

    Hi, i actually had an error in my data. Thanks for your help anyways.