Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
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 |
---|---|
97 | |
77 | |
77 | |
47 | |
26 |