Forum Discussion

cshowe80's avatar
cshowe80
Helper I
9 years ago
Solved

Creating a New Measure ...

I've got a report I'm producing to show year over year values and I've just about completed it. Now I've been given one request thats thrown me for a loop. I've got a number of "products" and in thos...
  • Greg_Deckler's avatar
    9 years ago
    Measure = CALCULATE(SUM([Column]),FILTER(Table,[Column]="Product_Sold")) / CALCULATE(SUM([Column]),FILTER(Table,[Column]="Product_Unsold"))

    Something along those lines