I am currently designing a dimensional model where there are dimensions like
orders, product, shipment, returns, items.
My goal is to calculate metrics at day level and populate the fact table.
The metrics are count of orders per day, total gross sales per day, total net sales per day.
I have designed the dimensions and the problem I am facing is how to design my fact table. As I only need these three metrics, I want my fact table to have the below four fields in my fact table to have a better performance.
But thing is I am worried about is will it be okay if I leave the dimensions isolated without connecting to the fact table?
Please kindly advise me on this. Any help would be appreciated. Thank you.