I have written a formula in powerbi that is total hours/Billable hours. There can be more than 2 billable hours but there can't be more than one total hour. Total hour will be same for one date. But the problem is that this formula will count all the values of total hour. I want to group by this column value.
How to write this expression in DAX?
In my table I am getting it using in built functions in but If I convert it into chart ,It's showing wrong results ?