Forum Discussion
Ashish9201
2 years agoHelper I
Need help in DAX formula
Hi, I have created a average function which is as below "Average = (DISTINCTCOUNT(merged_allocation_daily[Project Sys ID])/(DISTINCTCOUNT(merged_allocation_daily[Crew Sys ID])))" However the c...
amitchandak
2 years agoSuper User
Ashish9201 , Try a measure like
Sumx(Values(merged_allocation_daily[Crew Company]), calculate(DISTINCTCOUNT(merged_allocation_daily[Crew Sys ID]) ))