Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi guys ,
I am using rangesum function to show cumulative bars but between the chart bar is missing,
can you please help me on this
thanks
Would you be able to share you qvw?
Hi sunny ,
the qvw file on client location , i can't but ,
if possible can you tell me the reasons why this is happening , i will try to make correct .
Not entirely sure, but may be because the value is missing for that particular period.
for both bars ?
It seems blue one might have ended on 15 and not really sure about the grey bar
yes blue will end on 15 but for grey in need cumulative
What are your expressions?
for Greay Bar
RangeSum(above(Sum({<[Segment Entity]-= {""},Date= {">=$(=Min([Month Start Date]))<=$(v_Date)"}> }[Target Budget])/1000000,0,
Sum({<Date= {">=$(=Min([Month Start Date]))<=$(v_Date))"}> }Day)) )
for Blue bar
=RangeSum(above(Sum({<[Segment Entity]-= {""},Date= {">=$(=Min([Month Start Date]))<=$(v_Date)"}> }[ERP Amount USD])/1000000,0,
Sum({<Date= {">=$(=Min([Month Start Date]))<=$(v_Date)"}> }Day)) )
Got the error thanks sunny