Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
Hi Team,
We have developed few reports in Power BI using the Import Query Method. But we have a requirement to change the connectivity mode from Import Query to Direct Query. Is there any way to do this transition with minimal changes in the report?
Thanks in advance,
Soumya Vinod.
@Anonymous
Solved! Go to Solution.
Hi @Anonymous,
Current power bi does not include any official features to allow you to switch from import to 'direct query'. (It only allow from 'direct query' to import)For your requirement, you need to use a data connector with direct query mode to getting data from the raw data sources.
Then you need to manually rebuild these visualizations and had to remove the calculated column/table created by DAX expressions. (direct query mode has limited most of Dax functions usage in calculated column/table expressions)
Regards,
Xiaoxin Sheng
Hi @Anonymous,
Current power bi does not include any official features to allow you to switch from import to 'direct query'. (It only allow from 'direct query' to import)For your requirement, you need to use a data connector with direct query mode to getting data from the raw data sources.
Then you need to manually rebuild these visualizations and had to remove the calculated column/table created by DAX expressions. (direct query mode has limited most of Dax functions usage in calculated column/table expressions)
Regards,
Xiaoxin Sheng
Conversion from Direct Query to Import Mode is irreversible - it says so in big letters on the warning text.
Now, you could unpack the pbix, flip the bit, and pack it up again. But you're not supposed to do that.
Fastest solution is to start from scratch.
Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!
Check out the October 2025 Power BI update to learn about new features.