Forum Discussion
Anonymous
5 years agoNot applicable
Comparison to minimum
Hello Everyone, I have a data table that I use that has the revenue dollars per mile by hour in the day. What I have done so far is calculated the revenue per mile in each hour of the day and I want...
CNENFRNL
5 years agoCommunity Champion
Hi, Anonymous , you might want to try this measure,
Overall Min = CALCULATE ( MIN ( Data[Dollars per mile] ), ALL ( Data ) )