Forum Discussion
perezco
4 years agoAdvocate III
Calculate dax average function after divide two columns measures
Hi all, How can calculate dax average function after divide two columns measures? (The denominator and numerators are both measures)
VahidDM
4 years agoSuper User
Hi perezco
Can you please add more details to your question?
BTW, I think this link will be helpful:
https://www.vahiddm.com/post/why-my-measure-returns-the-wrong-total
If this post helps, please consider accepting it as the solution to help the other members find it more quickly.
Appreciate your Kudos!!
LinkedIn: www.linkedin.com/in/vahid-dm/
- perezco4 years agoAdvocate III
Divide(num_column,deno_column)first, then the average function said that it is exclusively for column.
Does exist any work around ?
- v-jingzhang4 years agoCommunity Support
Hi perezco
You can put both measures in DIVIDE function. Try if this can meet your need?
Result = DIVIDE([Measure 1], [Measure 2])Best Regards,
Community Support Team _ Jing
If this post helps, please Accept it as Solution to help other members find it.