Forum Discussion
Divide By Zero Error- Live Connection
harshagraj
Try create the two dax with columns rather than a measures:
Index column = Divide([User Rating],[Manager Expectation],0).
Comp_Flag_LOD column = IF([Skill Index]>=1,"Met","Not Met")
If not working or you really need measures, maybe show us some sample?
Paul Zheng _ Community Support Team
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
- harshagraj6 years agoPost Partisan
Hi Anonymous thanks for the reply. I have columns as Competancy, User Rating, Manager Expectations. I created a calculated measure Skill Index = Divide(Average[User Rating],Average[Manager Expectation],0) Because user may have multiple competancy so i need to aggregate it.
Now i need distinct count of competancy wher the user is met(Skill Index>=1) and which is a huge data.
I tried creating a index Column but i got a error saying Average cannot be used in Live connection.
I am so sorry i cant share the data as it is highly sensitive.