The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
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.