Forum Discussion
space83
4 years agoHelper IV
Total count not correct
Have any idea why total in Open PO amount columns is not properly sum? This is original function of power bi. i am not use my own function. When u sum manually u will not got the number in re...
amitchandak
4 years agoSuper User
space83 , need share formula
many you need a measure like
new measure = sumx(summarize(Table, Table[Receipt Line], Tbale[Receipt Date], "_1", [Current measure]), [_1])
Also check