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
9 years agoSuper User
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.
skoalit
9 years agoRegular Visitor
Thanks! this is helpful!