Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
Hi all,
How can calculate dax average function after divide two columns measures?
(The denominator and numerators are both measures)
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/
Divide(num_column,deno_column)first, then the average function said that it is exclusively for column.
Does exist any work around ?
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.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.