Forum Discussion
Tim intelligence: % Change, Overall Usage %, & Position Change
- 6 years ago
Hi mhutchens81,
You could refer to my sample file to see whether it work or not.
Best Regards,
Zoe ZhiIf this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi mhutchens81,
You could refer to my sample file to see whether it work or not.
Best Regards,
Zoe Zhi
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
- Anonymous6 years agoNot applicable
Hi dax , that looks to be 95% of what I need - I really appreciate your quick response!
Would it be possible to avoid hard-coding month names and numbers into the calculations? That way I can use this as a rolling monthly report as it would refer to 'last month' and 'the month before last month', rather than 'August' or 'month 8' (for example) specifically:
- dax6 years agoCommunity Support
Hi
You could use below expression to replace september(9)
MONTH(TODAY())-1
Best Regards,
Zoe ZhiIf this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
- Anonymous6 years agoNot applicable
Perfect, dax ! You are a star :) Thank you so much.