For an OrderLineItem fact table, I can either create a fact dimension using the OrderLineItemID, or create normal measure group with a Non-additive OrderLineItemID measure.
In the 2nd option, I can filter out the OrderLineItemID when doing MDX.
So what is the pros and cons comparing performance and functionalities?
Thanks.