Check your eligibility for this 50% exam voucher offer and join us for free live learning sessions to get prepared for Exam DP-700.
Get StartedDon't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register now.
calculation does not match.
I am using the following formula as a measure in both views.
Solved! Go to Solution.
Hi @cleytonp
Try this measure:
Total = CALCULATE ( COUNTROWS ( hosts ), ALL ( hosts ), hosts[status] = 1 )
Jing
I'm sorry my friends for the bad explanation.
@v-jingzhang and @daxer-almighty
Currently I have the following situation with the number of the month the percentage of the month and how many times it has run annually.
in this column that ran annually I only count the running status = 1.
When I put the Month Number filter, it separates by month and I need the total amount, in this case 424 and not the amount per month.
hosts is my table
Percent Per Month = ((hosts[2]*100)/424)/100 (this value in bold is what I need to make a formula to always appear it)
Running Year = CALCULATE(COUNTROWS(hosts),hosts[status]=1)
I need to get the total running value regardless if period or date filter is selected.
I believe that by assembling this image below it would work.
Hi @cleytonp
Try this measure:
Total = CALCULATE ( COUNTROWS ( hosts ), ALL ( hosts ), hosts[status] = 1 )
Jing
Hi @cleytonp
Can you provide more details about your expected output? What is the numerator to be divided, the cpuUtilization value on each row? And what is the denominator, all cpuUtilization of all hosts in a month?
And when you put a measure's formula in a calculated column, its result is different from that in a visual because their evaluation context is different. So let us know more about the expected result. And you want a measure or a calculated column?
Regards,
Community Support Team _ Jing
I'd kindly suggest that you first read this before posting a question:
How to Get Your Question Answered Quickly - Microsoft Power BI Community
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Check out the January 2025 Power BI update to learn about new features in Reporting, Modeling, and Data Connectivity.
User | Count |
---|---|
99 | |
69 | |
46 | |
39 | |
33 |
User | Count |
---|---|
163 | |
110 | |
61 | |
51 | |
40 |