Skip to main content
Announcements
See what Drew Clarke has to say about the Qlik Talend Cloud launch! READ THE BLOG
cancel
Showing results for 
Search instead for 
Did you mean: 
arnbank
Contributor III
Contributor III

Azure DB connector

I want to make a connection to MS Dataverse. based on MS documentation I found that it is possible to make a connection directly to SQL DB.

Use SQL to query data (Microsoft Dataverse) - Power Apps | Microsoft Learn

 

I tested this connection on my PC and all works fine I connected to DB.

I made this Connection on Qlik 

When I created a connector and tested that it was successful.

Setup.jpg

issue when i try take data i get this error:

Error msg.jpg

Labels (1)
  • SaaS

2 Replies
p_verkooijen
Partner - Specialist
Partner - Specialist

@arnbank did you manage to resolve this issue?

arnbank
Contributor III
Contributor III
Author

@p_verkooijen 

and yes and no. In general created connection is working and if you try to load something like this:

LIB CONNECT TO 'LTP Group - Furniture:Dataverse SQL';

TMP:
LOAD *;
SQL
SELECT TOP (1000) *
FROM [dbo].[report]
;

 

you will get data from Dataverse. but if you want to use the Qlik selector tool then I still have the same issue 🙂 I developed my queries in SSMS and then I just copied them to Qlik.