Forum Discussion
csandwick
8 years agoFrequent Visitor
Using total from rows and not totaling the columns
In my report my measure column is showing the correct number for each row, but the total at the bottom is wrong. The measure takes the stanard weight times the quantity. The formula for the measure i...
Anonymous
8 years agoNot applicable
csandwick,
Create the following measure in your table.
Measure2 = SUMX('BelleHarvest Inc$Item Ledger Entry','BelleHarvest Inc$Item Ledger Entry'[Quantity]* 'BelleHarvest Inc$Item Ledger Entry'[Standard Weight])
Regards,
Lydia
csandwick
8 years agoFrequent Visitor
The information is coming from two different direct quries, the Item Ledger and Item Variant table so BI wont accept that formula for the measure.
- Anonymous8 years agoNot applicable
csandwick,
It seems that you refer to different columns and tables, could you please share dummy data of your tables and post error message you get?
Regards,
Lydia