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
You could use below expression to replace september(9)
MONTH(TODAY())-1
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.
One last thing sorry - I've modified the two measures below, but I'm getting 'infinity' results. Any idea what I'm doing wrong?
- dax6 years agoCommunity Support
Hi mhutchens81,
There is no monthno in your expressoion. If your [Hit Date] is date type, you could use monthno function in expression
% Usage Last Month = [sep count]/CALCULATE(COUNT(t3[DocId]), FILTER(ALL(t3), t3[Hit Date].[MonthNo]=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.