Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I have a graph where i want to display the max value for Jan and Dec.
Current value:
Value for jan is 22
Value for Dec is 18
Expected result:
Value for jan is 19
Value for Dec is 16
Expression is
Sum({$<Context=,FactType={"Customer"},[Month Year]={"$(vPre11Month)"}, Month=,Year= >}[Aging Days]),
Create a Month field (if you have not already done so) and add create a straight table (not table box) with month and the ID value as dimensions and Max() for the expression rather than Sum(). Change the total to 'Sum of Rows' in the expressions tab.
Create a Month field (if you have not already done so) and add create a straight table (not table box) with month and the ID value as dimensions and Max() for the expression rather than Sum(). Change the total to 'Sum of Rows' in the expressions tab.