Forum Discussion
jabrillo
Helper I
1 year agoMonthly Burn Rate
I want to create a line chart of monthly burn rate. This is how my file looks like: Period Actual Cost 1 100 2 120 3 140 4 100 This is what I want to accomplish: Period ...
- 1 year ago
why should it be a measure? Can it be impacted by user filters?
Please provide sample data that fully covers your issue.
Please show the expected outcome based on the sample data you provided.
lbendlin
Super User
1 year ago
Burn Rate =
var p = [Period]
return DIVIDE(SUMX(FILTER('Table',[Period]<=p),[Actual Cost]),p)
- jabrillo1 year ago
Helper I
If Burn Rate is a measure, var p = [Period[ is not valid.
- lbendlin1 year ago
Super User
why should it be a measure? Can it be impacted by user filters?
Please provide sample data that fully covers your issue.
Please show the expected outcome based on the sample data you provided.