Supplies are limited. Contact info@espc.tech right away to save your spot before the conference sells out.
Get your discountScore big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount
I have two columns for employees and their leave details
1) If I Calculate the planned Average, Because of the Same name it calculates as 1 instead of 2
for example - Employee [Stace] has two plan leaves, when I calculate the average it gives me as
TOTAL VALUE / COUNT(planned )
should take 6 instead its taking 4 because of same name
Solved! Go to Solution.
Hi,
Share some data to work with and show the expected result.
Hi,
Share some data to work with and show the expected result.
Thanks for your Reply
Hi,
if you want to calculate the average of the planned value for each employee (exclude the null value) use the below code in your measure :
Appreciate your kudos and please mark it as solution if it helps
Hi, Thanks for the reply The value seems the Same even after trying both options.