I have a fact table with Store Account data on orders. Every Order currently - 1 per line. I have been informed that the FACT table should now only show the Latest Order Number for Reporting. However they want an option to display every order associated with an account as well .
If I change the granularity of the FACT table, to now house the latest order. I could use a modified Order Dimension to give me the secondary list of orders by adding Account Nos in, so it can join on order number to give info on latest order and join on Account to give all the order numbers .
However I feel there may be a better approach I may be overlooking ? Any ideas .