Lets assume I have views like
customer_dim,
product_dim,
store_dim
sales_fact
All the dim views are joined to fact view (Star schema).
In this case can we create dynamic dimension which enables the user to select a dimension from the different dim tables so that the user can calculate Total sales by customer , sales by product or sales by store?