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
Circa the June 2021 release of Power BI, direct query to dataflows is now generally supported (in Premium). Just offhand:
Pros:
Cons:
Seems like a big thing. Then again, I'm not sure how many places have the volume of (actually relevant) high cardinality that my shop does and/or if I'm missing something.
Solved! Go to Solution.
The data goes into a table in managed SQL store. I'm not sure if any indexes are automatically created.
We've found performance slow, but just in POC testing and that was with a table with high cardinality and lengthily text (URLs).
I imagine you have to build dataflows that precisely fit your use case and probably leverage aggregations in your model too. Perhaps creating lookup tables and importing those in a composite model will improve performance also.
The data goes into a table in managed SQL store. I'm not sure if any indexes are automatically created.
We've found performance slow, but just in POC testing and that was with a table with high cardinality and lengthily text (URLs).
I imagine you have to build dataflows that precisely fit your use case and probably leverage aggregations in your model too. Perhaps creating lookup tables and importing those in a composite model will improve performance also.
@jeffshieldsdev
Thanks for the feedback on testing-speed.
Our biggestcovers-most-things model, which is at the most granular level, just went over 1GB. So given we're on P1 Premium, we're doing *OK* at the moment, but the stupid company is growing quickly.
It's the nature of our business as well- we have 2 different dimensions that are in the millions of rows & growing, so even grouping the facts still leaves a ton.
By lookup table do you mean just a dimensions in proper demnormalized star schema, or...?
Yes, that's right--put the dimensions you'll want in slicers into their own table in Import mode and relate to your fact table.
Yes, that's right--put the dimensions you'll want in slicers into their own table in Import mode and relate to your fact table.
And importing them - got it. Thanks.
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 |
|---|---|
| 5 | |
| 3 | |
| 3 | |
| 3 | |
| 2 |
| User | Count |
|---|---|
| 7 | |
| 5 | |
| 5 | |
| 5 | |
| 4 |