Forum Discussion
TiaCamilian
6 years agoResolver I
Create a Chart with the correct dates
My calculation to the 12 Month Rolling Average is:
12 Month Rolling Average =
DIVIDE
(
QuoteConvertionStartDate[AcceptedRoll],
QuoteConvertionStartDate[TotalRoll]
)
*100
Now I need to put the the "%Accepted" and "12 Month Rolling Average" in a chart,
I am getting empty "%Accepted" values and not empty on the "12 Month Rolling Average" values.
I need to only put the information until "Tuesday, December 1, 2020" but I don't know how to get the correct
"12 Month Rolling Average" information.
This is what I am getting:
What can I do to eliminate the extra values from "12 Month"Rolling Average"?
This is what I need:
I was thinking of using an IF statement with Datebetween but is not working.
Can someone please help me.
I was able to fix this problem
1 Reply
- TiaCamilianResolver I
I was able to fix this problem