kiran123
6 years agoFrequent Visitor
Devide
Hi Team,
I am stuck with some calculation part in my reports that is the calcuation of measure and column
i have a one measure and another is column so need to devide a measure and the column how can it be possible and both are in same table if i can calculate like this
Result = DIVIDE([Measure], CALCULATE(SUM(Table[Column])),0)
it will also give an error of circular dependancy Please let me know if anyone have the solution to this.
Thanks in Advance