Forum Discussion
cjones
10 years agoAdvocate I
Changing a Direct Query Power BI Model without Importing all data
Hi, We have a Azure SQL DB which our Power BI connects to via Direct Query. We want to add an additional dimension to the Power BI model which exists in the DB but when I try to add it Power ...
cjones
10 years agoAdvocate I
Hi pquian,
Your statement -> currently all DQ data must come from the same database (also case sensitive) was the key.
I checked both database statements and one of them explicitly mentioned port 1433 whereas the other just stated the database name (as the default is 1433 the connection worked fine).
Apparently, this difference was enough for Power BI to think that it was a new different database and force the reimport.
Thanks for your help!
pqian
10 years agoMicrosoft Employee
Yes, unfortunately we currently have to put in this restriction based on the user supplied connection info. We are working on lifting this restriction in the future.
Glad your problem is solved :)