Forum Discussion
wbhite
3 years agoHelper I
Issue with ALLSELECTED (or something else?)
Hello all, Referencing the screenshot provided, I need a measure to show the cumulative total for "Sq Ft * Qty" on all rows. My current measure simply shows a row-by-row calc, but what I want to se...
HarishKM
3 years agoSuper User
wbhite Hello,
you have add Podata[qty] in you product data table using related podata[qty]
you can create a calculated column in dataset for new column = products [Sq.ft] * Podata[qty]
now you can use calculate(sum[new column],allselected(PO))
Thanks
Harish M.
Did I answer your question? Mark my post as a solution. Proud to be a Super User! Appreciate your Kudos