Thank you for reaching out to us on the Microsoft Q&A forum.
To structure a star schema with multiple fact tables, set up Orders and Surveys as separate fact tables, each linked to a central Accounts dimension by Account ID.
Establish one-to-many relationships from Accounts to each fact table, and link any shared dimensions (e.g., Date) to both facts for cross-analysis. This design allows flexible reporting and combined metrics across orders and surveys without duplicating data.
If you found the information helpful, we would greatly appreciate it if you could acknowledge it by selecting the Accept Answer & Upvote options.
Thank you.