Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
So basically i want the Monthly average of a particular KPI but the monthly average is calculated based on whter the daily percentage is above or below a set target.
so for example if a KPI is above 90%(which is the target), it is considered as 100% but if it is 89% it is considered as 89%
so when i use SUMX to find the Monthly avg in the KPI card its returning wrong value.
The las column is a calculated column i am using to calculate the monthly Average as mentioned above
So her the monthly avg in Percentage would be
[ {sum of "total FC"- sum of number of loss (CC)} / sum of Total FC ] which will be 279-27/279= 90.32%
but for some reason its showing 89.89%
This is the Measure i used to calculate the avg.
Hi @kauhsik_11
After my testing, I've tried both methods and I don't have the problem you're experiencing.
Here are my suggestions:
SUMX(OFCP, OFCP[Total FC (nos.)])
SUMX(OFCP, OFCP[Number of loss (CC)])
Best Regards,
Community Support Team _Yuliax
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi,
Share data in a format the can be pasted in an MS Excel file and show the expected result very clearly.
Hi, I recreated your problem and I didn't get the wrong value you mention. Make sure that you don't have any filter or any item in the visual highlighted, that could be could posibly be excluding values.
User | Count |
---|---|
97 | |
78 | |
77 | |
48 | |
26 |