Forum Discussion

jyaul786's avatar
jyaul786
Icon for Helper II rankHelper II
3 years ago

Dax to remove blank cell

Dear Friends,  i have calendar table: Calendar(Date) and i would like to get always minimum date when select by slicer. so that i wrote measure: Min_Date=CALCULATE(MIN('Calendar'[Date]),ALL('Calend...