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!
- Anonymous9 years agoNot applicable
Hi skoalit,
You should get detailed information about how Power BI handle blank values from the blog that BhaveshPatel provides.
Thanks,
Lydia Zhang- Anonymous8 years agoNot 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