Forum Discussion

rocku2008_1985's avatar
3 years ago
Solved

split column values based on category

I have a column called Category which has values like: 'Refill On Time Percentage' and 'Refill Volume' and another column called  value which gives  values in decimal like 0.78  for Refill on Time Pe...
  • Greg_Deckler's avatar
    3 years ago

    rocku2008_1985 Try:

    Measure 1 = SUMX(FILTER('Table',[Category] = "Refill On Time Percentage",[Value])
    
    Measure 2 = SUMX(FILTER('Table',[Category] = "Refill Volume",[Value])