Microsoft Fabric Community Conference 2025, March 31 - April 2, Las Vegas, Nevada. Use code FABINSIDER for a $400 discount.
Register nowGet inspired! Check out the entries from the Power BI DataViz World Championships preliminary rounds and give kudos to your favorites. View the vizzies.
I've been playing around with Fabric and trying to get a better understanding of Lakehouses, Datawarehouses, Direct Lake etc.
I primarily have a Power BI and SQL background.
Here's what I did:-
Questions:-
1) If you open the SQL endpoint you should see that your is in Direct Lake mode (see screenshot)
Then in the report it shows live connection to your dataset
2) When you switched from live connection to direct query, I think you killed Direct Lake - but I am not sure exactly what happens then.
3) Yes - but even in Direct Lake mode I think it is doing something similar to that.
4) Direct Lake is supposed to be faster
I heard a lot of times you just need to test it out and see what the performance difference will be.
Maybe someone else can comment who has more experience with this already.
Thanks for your inputs. As you indicated, perhaps the best way to understand the differences in performance would be test things out. The key thing I'm trying to determine is the choice between the following 3
If I have raw data in delta parquet format but need to do some transformations to it before using in the data model then which of these approaches is better, at least for not so large datasets.
OPTION 1: Use Dataflow to transform the data and load as delta tables and use in direct lake mode in PBI.
OPTION 2: Define views based on the delta tables and import them into the PBI data model.
OPTION 3: Define views and use them directly in the PBI model (direct query).
In option 1, time is spent in transforming, in option 2 time is spent in processing the model. In option 3, there is no additional processing time but most likely individual queries are slower as it's direct query and not direct lake.
I will test these options out and post my findings.
Hello @VickyDev18
Have you tested the above scenarios, do you have anything valuable to share with the community.
Thanks
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Check out the February 2025 Power BI update to learn about new features.