Forum Discussion
bcap01
Helper II
4 years agoDAX - SUM and Divide 2 fields
Hi am a newbie here, I am looking to do a simple DAX formula to add to values then Divide one of them to get the average. For example: Bill Hours = 6 + Non-Bill Hours = 2 = 8 hours Then d...
- 4 years ago
Hi,
Hi,
Assuming you have these on columns try something like this: DIVIDE(SUM(Table[Billhour]),SUM(Table[Billhour])+SUM(Table[non-Billhour]))
I hope this post helps to solve your issue and if it does consider accepting it as a solution and giving the post a thumbs up!
My LinkedIn: https://www.linkedin.com/in/n%C3%A4ttiahov-00001/
ValtteriN
Community Champion
4 years agoHi,
Hi,
Assuming you have these on columns try something like this: DIVIDE(SUM(Table[Billhour]),SUM(Table[Billhour])+SUM(Table[non-Billhour]))
I hope this post helps to solve your issue and if it does consider accepting it as a solution and giving the post a thumbs up!
My LinkedIn: https://www.linkedin.com/in/n%C3%A4ttiahov-00001/