Forum Discussion
Utilization rate
- 9 years ago
Hi PeterGarant,
If you select 2016, you need to add a [year] as slicer. Then create a measure using the similar formula.result=CALCULATE([total],Filter(Table, Table[year]<=ALLSELECTED(Date[year])))
Don't hesitate to ask if you have any questions.
Best Regards,
Angelia
Bump, anybody had a chance to look at this? I still havn't found a good way to solve my problem :(
- v-huizhn-msft9 years agoMicrosoft Employee
Hi PeterGarant,
After research, what part of your report will be dynamic according to your requirement?
Best Regards,
Angelia- PeterGarant9 years agoHelper I
Well, right now I'm only selecting for 2016, but in the end I would like to have all years or at least from 2004 in the data. So figureing out how to make it dynamic, and then for each year would be the goal in the end. But right now it's more just to figure out how to make the totalts correct.
- v-huizhn-msft9 years agoMicrosoft Employee
Hi PeterGarant,
If you select 2016, you need to add a [year] as slicer. Then create a measure using the similar formula.result=CALCULATE([total],Filter(Table, Table[year]<=ALLSELECTED(Date[year])))
Don't hesitate to ask if you have any questions.
Best Regards,
Angelia