Skip to main content
Announcements
Accelerate Your Success: Fuel your data and AI journey with the right services, delivered by our experts. Learn More
cancel
Showing results for 
Search instead for 
Did you mean: 
maryna_hubska
Contributor II
Contributor II

Measure should ignore global date filter, but has own

Hello!

I have global date filter, but need to calculate measure for the previus period of choosen (start date of filtered period is end date for previous period). Unfortunately, set analysis not work(

I have start_date, end_date variables of my Date. Also I have create a start_date_compare_period variable

start_date_compare_period=date(start_date-interval#(end_date-start_date,'DD'), 'DD.MM.YYYY')

My measure is 

sum({<Type={'Demands'},
[Date]={'<$(start_date)>$(start_date_compare_period)'}  >}
quantity*price)

This not working(

 

 

Labels (3)
0 Replies