Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Get certified in Microsoft Fabric—for free! For a limited time, get a free DP-600 exam voucher to use by the end of 2024. Register now

Reply
powerbiadmin123
Frequent Visitor

Total Average with 0% values

Hello Everyone, 

 

I'm trying to find the total average of my fill rate percentages. This is the measure used for my fill rate; 

Fill Rate = (IF(DIVIDE([SumF64],[SumOrderQty])>1,1,DIVIDE([SumF64],[SumOrderQty]))).
 
My problem is that when creating an average measure it works fine until 0% are included, I understand this happens since the zero values are not included when using the if function in the fill rate measure. How could I create an average function that includes all my values even when being zero?

 

 

 

3 REPLIES 3
amitchandak
Super User
Super User

@powerbiadmin123 , Try like

 

Fill Rate = (IF(DIVIDE([SumF64],[SumOrderQty],0)>1,1,DIVIDE([SumF64],[SumOrderQty],0))).

Join us as experts from around the world come together to shape the future of data and AI!
At the Microsoft Analytics Community Conference, global leaders and influential voices are stepping up to share their knowledge and help you master the latest in Microsoft Fabric, Copilot, and Purview.
️ November 12th-14th, 2024
 Online Event
Register Here

HI!

Thank you for your reply! However, I am still having the same issue when calculating my average, this is my measure; 

 

AVG Fill Rate =
VAR __Table =
ADDCOLUMNS(
'REC_HDR_Append',
"__Fill Rate",[Fill Rate 2 ]
)
RETURN
AVERAGEX(__Table,[Fill Rate 2])

 

 

 

Hi @powerbiadmin123 ,

Could you please provide more sample data with Text format and the formula of SumF64 and SumOrderQty in order to make troubleshooting? I just tried to reproce your problem,but it failed.... I can get the correct average value, please check the below screenshot and the attachment for more details.

yingyinr_0-1634899147778.png

Best Regards

Community Support Team _ Rena
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Helpful resources

Announcements
November Carousel

Fabric Community Update - November 2024

Find out what's new and trending in the Fabric Community.

Live Sessions with Fabric DB

Be one of the first to start using Fabric Databases

Starting December 3, join live sessions with database experts and the Fabric product team to learn just how easy it is to get started.

Las Vegas 2025

Join us at the Microsoft Fabric Community Conference

March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early Bird pricing ends December 9th.

Nov PBI Update Carousel

Power BI Monthly Update - November 2024

Check out the November 2024 Power BI update to learn about new features.