The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends September 15. Request your voucher.
Hello,
I have a table visual that takes too long to load.
I have some dimensions tables and two fact tables. The "fact table 1" has active relationships with all dimesion tables, while "fact table 2" has disable relationships.
I need to include in the report some sliders with fields from the dimension tables, to filter both fact tables.
For this purpose, in the visuals with data from "fact table 2" I have included the following measures (one for each dimension table):
Measure = CALCULATE(SUM(FACT TABLE 2[value1]), USERELATIONSHIP(DIMENSION X[FIELD_X],(FACT TABLE 2[FIELD_X]))
And I filter the visual applying Measure > 0. This way the filters work fine, but the loading of the visual is really slow.
This is the data model:
How can I improve this?
Thank you in advance.
Solved! Go to Solution.
Here are some suggestions to improve the performance:
After importing your data, evaluate the column data types to ensure that each one is correct, because incorrect data types will lead to report performance issues and unexpected results.
Review the column quality, which can be found under the View tab. The column quality shows what percentage of items in the column are valid, have errors, or are empty. If the Valid percentage is not 100, you should investigate the reason, correct the errors, and populate empty values.
Use a summary table from the data source (if possible)
Good luck!
Here are some suggestions to improve the performance:
After importing your data, evaluate the column data types to ensure that each one is correct, because incorrect data types will lead to report performance issues and unexpected results.
Review the column quality, which can be found under the View tab. The column quality shows what percentage of items in the column are valid, have errors, or are empty. If the Valid percentage is not 100, you should investigate the reason, correct the errors, and populate empty values.
Use a summary table from the data source (if possible)
Good luck!
User | Count |
---|---|
69 | |
65 | |
63 | |
49 | |
28 |
User | Count |
---|---|
112 | |
82 | |
66 | |
48 | |
43 |