Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
7 years ago
Solved

Sunnarizing data

Dear all,   I have a small problem which almost breaks my nerves (after 2 hours searching for a solution).   I have a table which looks like this: ITEMNUMBER DESCRIPTION OURREF Status_orde...
  • Ashish_Mathur's avatar
    7 years ago

    Hi,

    Drag columns1,2 and 4 to the Table visual and write this measure

    =SUM(Data[Quantity])

    Hope this helps.