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

Score big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount

Reply
aoliver
Helper III
Helper III

Error in data load

Hi everyone

 

I am using a connector created in the SDK of Visual Studio for M language, so I load the data through a .mez file.

In the test of the IDE, its everything OK, but when I try to load the data to a new .pbix file, it throws the next error (in all the queries, not only a few):

error.JPG

 

I dont have any idea of this error, but the worst thing is:

If after the error I load the data again, its everything OK, No errors.

 

Any ideas, and how to solve the error?  I cant allow the error in the load data :S

 

Thanks in advance, Cheers

2 REPLIES 2
TeigeGao
Solution Sage
Solution Sage

Hi @aoliver ,

Could you please open the advanced editor to check if exists any error? This problem could be related to character support, we can change the encoding.

Best Regards,

Teige

@TeigeGao thanks for the answer

If you use the connector to load data via .mez file, you dont have the query in advance editor, you have that in Visual Studio, (and remember that the query brings me the correct output).

Anyways my query in advance editor is as follow:

let
    Source = My.Navigation(),
    k4 = Source{[Key="k4"]}[Data]
in
    k4

Thanks

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

Check out the August 2025 Power BI update to learn about new features.

August 2025 community update carousel

Fabric Community Update - August 2025

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