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

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.

Reply
skoalit
Regular Visitor

How Average () is calculated in Power BI

Hi, 

 

Does anyone know if 'Null' values are included in the calculation of Average? And the best way to treat 'Null' and 'Blank' values, that when I do division or average, it will not show 'Infinity'? 

 

Thank you! 

6 REPLIES 6
Anonymous
Not applicable

Hi @skoalit,


I make a test using the following sample data.
1.PNG

When I average the values of column in a table visual, the blank values are not included in the calculation of Average, you can check the following screenshot to get details.
2.PNG


Moreover, when you do division, you can override 'Infinity’ by specifying the third parameter in Divide function so to return a fixed value such as 0. There is an example for your reference.

Column3 = DIVIDE(10,Table4[Column2],0)
3.PNG


Thanks,
Lydia Zhang

@Anonymous Thank you so much once again! 

 

However I prefer not to hard code to find the average as I would like it to be more interactive. I hope to know more about how Power BI handle blank or null values, whether it is considered in the calculation? 

 

Thank you! 

BhaveshPatel
Community Champion
Community Champion

See this BLOG on how to handle blank values. You can create a measure for counting and summing rows that do not include blank using ISBLANK to except those rows that are blank.

Thanks & Regards,
Bhavesh

Love the Self Service BI.
Please use the 'Mark as answer' link to mark a post that answers your question. If you find a reply helpful, please remember to give Kudos.

Thanks! this is helpful! 

Anonymous
Not applicable

Hi @skoalit

You should get detailed information about how Power BI handle blank values from the blog that BhaveshPatel provides.

Thanks,
Lydia Zhang

Anonymous
Not applicable

Can someone help me with the average of person wise for four weeks data as mentioned below in the source file.

 

If you see below screenshot i want average of four weeks with respect to employee name ... remember it has null values. Thanks

 

employee data.PNG

 

 

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

Check out the August 2025 Power BI update to learn about new features.

August 2025 community update carousel

Fabric Community Update - August 2025

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