Don't miss your chance to take the Fabric Data Engineer (DP-600) exam for FREE! Find out how by attending the DP-600 session on April 23rd (pacific time), live or on-demand.
Learn moreNext up in the FabCon + SQLCon recap series: The roadmap for Microsoft SQL and Maximizing Developer experiences in Fabric. All sessions are available on-demand after the live show. Register now
Hello all, I am building a ad-hoc reporting template and i have more than 30 views in database from where users would be able to pull up any field in report. In most of the tables, i have a common primary key column that i will use for joining. Now question is, what works best in PBI provided my data is taking more than an hour to load from power query to model. I want to create the best possible data model so that users do not face timing issue while creating their report. I understand, the following sce 1 would be the best, but with 30 Dim and 2 fact tables, it might be difficult to do that. And in most of the cases, it is 1:1 or 1:many relation. if i create sce 2, would it be very slow?
Sce 1
Dim_1 directly linked to Fact_1
Dim_2 directly linked to Fact_1
Dim_3 directly linked to Fact_1
Sce 2
Dim_1 linked to Dim_2
Dim_2 linked to Dim_3
Dim_3 linked to Fact_1
Sce 3
Dim_1 linked to Dim_2
Dim_2 linked to Fact_1
Dim_3 linked to Fact_1
And i have one dim table which does not have any common column with any other tables. How do i handle that? Indexing?
Thanks a lot,
Solved! Go to Solution.
@Anonymous ,
I would suggest you refer to blogs below:
https://docs.microsoft.com/en-us/power-bi/power-bi-reports-performance
https://www.sqlbi.com/articles/introducing-the-power-bi-performance-analyzer/
Community Support Team _ Jimmy Tao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
@Anonymous ,
I would suggest you refer to blogs below:
https://docs.microsoft.com/en-us/power-bi/power-bi-reports-performance
https://www.sqlbi.com/articles/introducing-the-power-bi-performance-analyzer/
Community Support Team _ Jimmy Tao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
| User | Count |
|---|---|
| 46 | |
| 43 | |
| 39 | |
| 20 | |
| 15 |
| User | Count |
|---|---|
| 68 | |
| 68 | |
| 31 | |
| 27 | |
| 24 |