I am looking to display the % of grand total rather than a sum in power bi. I feel like in the old power bi I was able to select a bar chart that was % of total but in the new one I am unable to do this.
I have tried creating a measure:
Labor Hours % = DIVIDE(SUM('TABLE'[Hours]), [Total Hours])
but this is not working either.