Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
 qv_testing
		
			qv_testing
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Hi Community,
I'm facing with one issue,
I have tried many expressions, but no luck.
I'm using this expression:
=Sum({< Month={$(=Month(AddMonths(Date#(MaxString(Month), 'MMM'), -1)))}>}Amount)
this expression working, when i make selection only
If i clear all not showing value, that should be Max year and Previous month (Means Jan 2018 data )
Thanks in Advance..!!!!
I can ask one thing, Create one field from Month to Month_Num like
Num(Month(Date#(Month, 'MMM'))) as Month_Num
And Measure like this?
If(GetFieldSelections(Month)>0, Sum({< Month={$(=Month(AddMonths(Date#(MaxString(Month), 'MMM'), -1)))}>}Amount), Sum({<Year={$(=Max(Year))}, Month_Num={$(=Min(Month_Num))}>} Amount))
 jaumecf23
		
			jaumecf23
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		Try something like this :
- Year : =max(Year)
- Previous Month : =Month(Date#(Max({<Year={$(=max(Year))}>}Month),'MM')-1)
