Forum Moderators: open
So I have a question:
if dbo.table.FactSales.[TotalAmount]
is dependant on dbo.table.DimProducts.[UnitPrice]
and if you happen to update the unit prices, where do you take care of [TotalAmount] being updated?
Thanks
Leo
PS: my question is for when the unit prices are wrong and you want to fix them.