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 August 31st. Request your voucher.
Hello!
When connecting to PBI Premium capacity from SSMS (xmla endpoint), I see these configurable "modes" for retrieving data, but can't find any documentation on it:
While "Import", "DirectQuery" are easy to understand, what are the other two? I haven't been able to find anything on them online...
Solved! Go to Solution.
HI @Alibek,
Dual mode means the mixed import and direct query connection in one data mode, it normally named as composite mode.
The push mode means the model are design by push dataset, it is created and modified by rest API.
Push Datasets - REST API (Power BI Power BI REST APIs) | Microsoft Learn
Regards,
XIaoxin SHeng
Dual-mode is somewhat explained here: https://learn.microsoft.com/en-us/power-bi/guidance/composite-model-guidance
At least how to use it, less about what it is
HI @Alibek,
Dual mode means the mixed import and direct query connection in one data mode, it normally named as composite mode.
The push mode means the model are design by push dataset, it is created and modified by rest API.
Push Datasets - REST API (Power BI Power BI REST APIs) | Microsoft Learn
Regards,
XIaoxin SHeng