Forum Discussion
Mahmoud_Nasser
4 years agoFrequent Visitor
data modeling problem
i want to calculate the sales(subtotals) for top 5 product names but give me the same result
MattAllington
4 years agoCommunity Champion
Use OrderDetail[SalesAmount] instead of sub total. You can only fi,ter/summarise data by following the arrows in the model.
Mahmoud_Nasser
4 years agoFrequent Visitor
Thanks, Matt
i measured it by [salesamount] but doesn't give me the same result
for example total [subtotals] = 115 M but total [sales amount] = 98 M
- MattAllington4 years agoCommunity Champion
The formulas add the totals. You need to understand your data better. Pick one invoice and investigate
- Mahmoud_Nasser4 years agoFrequent Visitor
okay, I will do
Thanks for help matt