Forum Discussion
Anonymous
5 years agoNot applicable
Percentage per Month
calculation does not match. I am using the following formula as a measure in both views. 1 = DIVIDE(sum(hosts[cpuUtilization]),CALCULATE(sum(hosts[cpuUtilization]),ALLEXCEPT(hosts,hosts[Mes]) )...
- 5 years ago
Hi Anonymous
Try this measure:
Total = CALCULATE ( COUNTROWS ( hosts ), ALL ( hosts ), hosts[status] = 1 )
Jing
daxer-almighty
Solution Sage
5 years agoI'd kindly suggest that you first read this before posting a question:
How to Get Your Question Answered Quickly - Microsoft Power BI Community