Forum Discussion
Anonymous
5 years agoNot applicable
Percentages Calc
Hello Power BI Community I have information about projects, lets say the following table: A B C ID Costs % 1 100 15,87% 2 150 23,81% 3 180 28,57% 4 200 31,75% T...
amitchandak
5 years agoSuper User
Anonymous ,partial % calculation is not clear
may be
divide(sum(Table[Cost]) , calculate(sum(Table[cost]), allselected(table)))