I want to split the tabular model column for a Fact Table to optimize the performance . The Fact Table Order ( OrderID column) has more than 15000000 records which has a relationship with the other Product Price Dimension Table. I have referred one of the blog for the same https://www.sqlbi.com/articles/optimizing-high-cardinality-columns-in-vertipaq/However I want to know how I can change my measure and relationship based on this split column.For example my measure are Sales = Sumx('Order',[price]*[Quantity])
↧