So I have two central concepts in my data model, call them Invoice and LineItem.
I have 4 tables, DIM_Invoice, DIM_LineItem, FACT_Invoice, FACT_LineItem. Most of the money values are living in FACT_LineItem
In Powerview when I drag two columns from DIM_Invoice and the Net_Amount_Due from FACT_Line Item, Powerview is summing up all the values for Net Amount, and using that grand total as the vlalue to put in each row's Net Amount slot.
Why is it doing this?