Hello,
I am wondering if someone can help me. I've been looking at other forums online but I cannot find a similar problem. I am creating a burndown chart in PowerPivot with data linked to SQL server. The actual burndown data is in a table that links date of completion to a calendar and uses the following measures formula to calculate the burndown line: =(CALCULATE([Total WO Count], All(DateTable[Date])))-([Actual WO Complete](DATESBETWEEN(DateTable[Date], BLANK(),LASTDATE( DateTable[Date])), All(DateTable)))
However, once the date is greater than today I get a line in my chart that is a straight line reaching to the end of the calendar. I need to return blank for when the min value for actual WO complete is reached. Can anyone help? I've tried using If and Min in separate measures that reference the above measure but that is not working for me and I'm not sure why.
I am wondering if someone can help me. I've been looking at other forums online but I cannot find a similar problem. I am creating a burndown chart in PowerPivot with data linked to SQL server. The actual burndown data is in a table that links date of completion to a calendar and uses the following measures formula to calculate the burndown line: =(CALCULATE([Total WO Count], All(DateTable[Date])))-([Actual WO Complete](DATESBETWEEN(DateTable[Date], BLANK(),LASTDATE( DateTable[Date])), All(DateTable)))
However, once the date is greater than today I get a line in my chart that is a straight line reaching to the end of the calendar. I need to return blank for when the min value for actual WO complete is reached. Can anyone help? I've tried using If and Min in separate measures that reference the above measure but that is not working for me and I'm not sure why.