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!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
Hello,
I would like to know what happens with my PBIx if I access a database on a server and work on the Query, Pivot and View with that, then a person take out the database from the server?
Solved! Go to Solution.
Hi @VitorXavier ,
You need to check which connection mode you are using.
Import - extracts the data from your database and pulls it into the Power BI Desktop
Direct Query - leaves the data in the database and sends queries to pull the information needed.
https://docs.microsoft.com/en-us/power-bi/connect-data/desktop-use-directquery
If you are using direct query, pbix will not be able to connect to the data source.
Best Regards,
Liang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.