Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
ppgandhi11
Helper V
Helper V

datasource changed warning message

Capture.PNGHi,

 

I made some changes to my existing power bi desktop file. One of the things I have done is dropped the table and recreated it with same name. I have renamed few of the columns in the source table. corresponding renamed column from A to B were removed from the Edit Query in power bi. Now i keep getting attached warning message when I go to Edit query. It is annoying. I do not understand why this would not go away. I refreshed data several times but the warning persists. Can someone help me understanding what this means and how to get around it?

 

It is warning only, because the refresh works fine and the power bi file acts normal when I just go to Advanced Editor.

 

Thanks!

 

1 ACCEPTED SOLUTION
ppgandhi11
Helper V
Helper V

I figured it out. Fully qualifying the table in select query was triggering this.

 

Before: select * from abc.schema.customers;

After: select * from [abc].schema.customers;

 

this triggered this diff. doesnt make too much sense to me, but thats what it is. I don't have this warning popping up anymore. Thanks!

 

View solution in original post

1 REPLY 1
ppgandhi11
Helper V
Helper V

I figured it out. Fully qualifying the table in select query was triggering this.

 

Before: select * from abc.schema.customers;

After: select * from [abc].schema.customers;

 

this triggered this diff. doesnt make too much sense to me, but thats what it is. I don't have this warning popping up anymore. Thanks!

 

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.