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
Ahmedx
Super User
2 years agoand if you need to show previous dates then you can do this
jyaul786
Helper II
2 years agoThanks for your reply but i can't create extra table because i have many tables in my model and related with each other. do u have any another way without create table.Thnks
- Ahmedx2 years ago
Super User
pls try
- jyaul7862 years ago
Helper II
Thanks 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())- Ahmedx2 years ago
Super User
pls try