Forum Discussion
bcap01
3 years agoHelper II
DAX Calculation Not Working
I would like to combine the value of (2) fields to determine percetage of Billable hours. For example, what I would like to do is this: ChargeableHours/(ChargeableHours+NonChargableHours) or 158...
bcap01
3 years agoHelper II
Many thanks for your reply! Below is what my data looks like. What seems to be happening is the UTil% column is accuminating/adding instead of doing the desired calculation of ChargeHours/TotalHours.
TotalHours is a column I made which is: ChargeHours + NonCHargeHours.
ChargeHours and NonChargeHours are fields from the database table I am importing.
Many help is greatly appreciated!