Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
2 years ago
Solved

Find Minimum Average Price

I am trying to find the minimum average value of a data set excluding negative values.


Right now I am using '
Min Price = CALCULATE(MIN('Main DATA'[Customer Sales]),'Main DATA'[Customer Sales] >0)' but this seems to be taking in purely the lowest price, and not the lowest average price, which is what I'm looking for.

 

 

I already have a formula set up for average value, there has to be a work around for this, but I'm drawing a blank.

1 Reply