Get certified for free when you join Fabric Data Days 2026 and dive into Fabric, Power BI, SQL, AI, and other essential data skills.
Join nowTry your skills in the Power BI Dataviz World Championship! Round one ends June 26. Join 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!
Don't miss out on Data Days, June 15 through August 7. Learn Fabric, Power BI, SQL, AI and more.
Check out the May 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 22 | |
| 22 | |
| 21 | |
| 20 | |
| 12 |
| User | Count |
|---|---|
| 58 | |
| 55 | |
| 42 | |
| 36 | |
| 35 |