Forum Discussion
skoalit
9 years agoRegular 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 'Infin...
BhaveshPatel
Super User
9 years agoSee 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.