Forum Discussion
jyaul786
Helper II
2 years agoConstant value on date
Dear, i have dates table and i want with date slicer(between) on my page , i want to pass constant value(5000) to the first day of month only as per date selection from slicer. data and slicer...
- 2 years ago
pls try
jyaul786
Helper II
2 years agoThanks for your reply , its working fine . Could you please help me also, i want to get for month, quarter,yearly(column have already).For example:
as summarize:
Measure test = var mindate=CALCULATE(MIN('Calendar'[Date]),ALLSELECTED())
return IF(MAX('Calendar'[Date])=mindate,50000,BLANK())
Ahmedx
Super User
2 years agopls try