Supplies are limited. Contact info@espc.tech right away to save your spot before the conference sells out.
Get your discountScore big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount
I need to calculate the MAX and MIN of the filtered data set. I have use all the MAX functions, Calculate and Filter functions. I need to be able to calculate the MAX and MIN dates in my filter data set of the report rather than entire dataset. Please advise.
Solved! Go to Solution.
Please use a measure with similar formula as below.
Measure = CALCULATE ( MAX ( 'Calendar'[Date] ), ALLSELECTED ( 'Calendar' ) )
Best Regards,
Herbert
Please use a measure with similar formula as below.
Measure = CALCULATE ( MAX ( 'Calendar'[Date] ), ALLSELECTED ( 'Calendar' ) )
Best Regards,
Herbert