AlexNYExcel
New Member
- Joined
- Jul 31, 2015
- Messages
- 11
Hello Everybody,
I am seeking for answer about Performance of Power BI.
Originally I had 2GB Access database, converted into Power BI, with some other small tables it give me 130MB PBIX.
After creating the model I realized it is too slow, does not pass "3 sec" test.
I did following steps:
1. Get rid of all unnecessary columns in data table
2. Convert Snowflake to Star-schema with "RELATED"
3. Rewritten all Formulas that contain FILTER - to avoid it completely (e.g. in CALCULATE), or used reference to Column instead of Tables with VALUES
4. Rewritten all SUMX to CALCULATE(SUM...
5. Get rid of all Calculated Columns that not used in Ranking or as Connectors/Slicers in Model
6. Deleted all unused anymore measures
7. Simplified SuperFormulas with 3 and more iterations to single
Now my files has:
Size - 26MB (pretty good compression from 130MB)
Data Table 2.5M rows x 12 columns
Big Lookup table 31k rows x 9 columns (with calculated columns - 32)
Tables used as Related for BIG Lookup Table 50K row x 13 columns
9 small Tables - each no more than 300 rows x 5 columns
But it still does not pass 3 sec.test.
Let me know, maybe I missed something in rebuilding model?
Or just POWER BI so slow???
I am seeking for answer about Performance of Power BI.
Originally I had 2GB Access database, converted into Power BI, with some other small tables it give me 130MB PBIX.
After creating the model I realized it is too slow, does not pass "3 sec" test.
I did following steps:
1. Get rid of all unnecessary columns in data table
2. Convert Snowflake to Star-schema with "RELATED"
3. Rewritten all Formulas that contain FILTER - to avoid it completely (e.g. in CALCULATE), or used reference to Column instead of Tables with VALUES
4. Rewritten all SUMX to CALCULATE(SUM...
5. Get rid of all Calculated Columns that not used in Ranking or as Connectors/Slicers in Model
6. Deleted all unused anymore measures
7. Simplified SuperFormulas with 3 and more iterations to single
Now my files has:
Size - 26MB (pretty good compression from 130MB)
Data Table 2.5M rows x 12 columns
Big Lookup table 31k rows x 9 columns (with calculated columns - 32)
Tables used as Related for BIG Lookup Table 50K row x 13 columns
9 small Tables - each no more than 300 rows x 5 columns
But it still does not pass 3 sec.test.
Let me know, maybe I missed something in rebuilding model?
Or just POWER BI so slow???