Forum Discussion
argnist
8 years agoFrequent Visitor
Divide summarized column by another summarized column
Hi all, does anyone know the way to divide one summarized column over to another summarized column? When I try something like SUM (Total Sales) / SUM (Items Sold) it calculates it for each it...
Anonymous
8 years agoNot applicable
Hi I have also faced the same issue but could not understand your solution but i think you have solved the problem which is similar like mine. Could you please hel me out to calculate to summarized columns. I have attached screenshot and pbix file for the same. THank you so much
vcastello
8 years agoResolver III
Hi Kulchandra,
Try ....
Measure1 = DIVIDE(DIVIDE([Count Of Badges ID],[Duration Seconds]),60)
Hope That helps
Vicente