The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends September 15. Request your voucher.
I have two tables and table A has 7000 distinct values, table B has 4 million. Every value in table A has multiple entries in table B. Both are populated from SSMS queries. I want to be able to choose a value in table A then have query B run based on the user chosen filter for table A. I don't want to load 4M records in table B every time. Is this possible?
Solved! Go to Solution.
Hi @NotSteve ,
You try connecting to data sources using DirectQuery or Live Connection, which have the following advantages:
With DirectQuery/Live Connection, upon load, no data is imported into the Power BI store. Instead, when you build a visual, Power BI Desktop sends queries to the underlying data source to retrieve the necessary data. The time it takes to refresh the visual depends on the performance of the underlying data source.
DirectQuery in Power BI - Power BI | Microsoft Learn
Power BI Connection Types: DirectQuery, Live, or Import? Tough Decision! - RADACAD
Best Regards,
Stephen Tao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @NotSteve ,
You try connecting to data sources using DirectQuery or Live Connection, which have the following advantages:
With DirectQuery/Live Connection, upon load, no data is imported into the Power BI store. Instead, when you build a visual, Power BI Desktop sends queries to the underlying data source to retrieve the necessary data. The time it takes to refresh the visual depends on the performance of the underlying data source.
DirectQuery in Power BI - Power BI | Microsoft Learn
Power BI Connection Types: DirectQuery, Live, or Import? Tough Decision! - RADACAD
Best Regards,
Stephen Tao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
User | Count |
---|---|
65 | |
60 | |
55 | |
54 | |
31 |
User | Count |
---|---|
180 | |
88 | |
70 | |
46 | |
46 |