Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Q&A with Qlik - Qlik Cloud Migration: Questions about migrating to Qlik Cloud? Catch the latest replay!
cancel
Showing results for 
Search instead for 
Did you mean: 
OrlandoSilva
Contributor
Contributor

Connecting to Power BI

Hi, 

Is there a connector that I can install so that PowerBI pulls data directly from QlikView?

Regards, 

Labels (2)
1 Solution

Accepted Solutions
QlikMo
Creator
Creator

Probably not - see related post about loading QVD files into PowerBI https://community.powerbi.com/t5/Power-Query/QVD/td-p/337284 

In the Qlikview load script save the data as a csv and load that into PowerBI.

That's what I've done in the past.

View solution in original post

4 Replies
QlikMo
Creator
Creator

Probably not - see related post about loading QVD files into PowerBI https://community.powerbi.com/t5/Power-Query/QVD/td-p/337284 

In the Qlikview load script save the data as a csv and load that into PowerBI.

That's what I've done in the past.

FernandoD
Contributor
Contributor

Hi, did anyone find a way to get PBI to directly connect to data (meaning files which are stored as QVDs but then converted to CSVs or TXTs files) residing in Qlik sense?

Thank you,

alicegray
Contributor
Contributor

Hey @OrlandoSilva 

There is no native or official connector that allows Power BI to extract data straight from QlikView. However, there are few approaches that organizations follow to perform this action: 

  • Export data from QlikView and Import into Power BI  
  • Instead of direct integration, you can configure Power BI to connect to the databases of QlikView using OBDC or OLEDB connections. 
  • Use third-party integration tools to perform data synchronization 

If you have any queries or need support with integration, Please reach out to me! 

mikekelvin
Contributor
Contributor

Just to add to what's been shared – those are the main options available. If I had to recommend something, I'd suggest connecting Power BI directly to your source database rather than going through QlikView. Both tools are essentially visualization layers, so pulling from the same data source is usually the cleanest approach.

One thing to keep in mind – if QlikView has specific transformations in its load scripts, you'll need to recreate that logic in Power Query to ensure consistency.

Are you looking to migrate fully to Power BI or run both tools in parallel?