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

Grow your Fabric skills and prepare for the DP-600 certification exam by completing the latest Microsoft Fabric challenge.

Reply
Anonymous
Not applicable

M language script that runs a text search in stored procedures in SQL server sys.databases

I have tried to design a M language script that runs a text search in stored procedures in SQL server sys.databases. When I view the script code in Advanced edit mode there is a note below the script that conclude with "No script errors are registrated".

 

Unfortunately I cannot identify what needs to be corrected in the script when reading the error message "Incorrect syntax near ''. " returned in PowerQuery .

 

It seems to me that the debug information in Power Query regarding execution of first step unfortunate is not present in current version of PowerBI Desktop.

 

First step in execution.PNG

 

M language script.PNG

 

Source SQL.PNG

2 ACCEPTED SOLUTIONS
foodd
Super User
Super User

@Anonymous , would this not be a case to create a view upstream, and connect to the view?

View solution in original post

Anonymous
Not applicable

Yes, it seems to me to be the only solution as long as only the SELECT command is accepted in Direct query mode. 

View solution in original post

5 REPLIES 5
ImkeF
Super User
Super User

Hi @Anonymous ,
I don't have experience with DirectQuery mode, so cannot help you with it.

Imke Feldmann (The BIccountant)

If you liked my solution, please give it a thumbs up. And if I did answer your question, please mark this post as a solution. Thanks!

How to integrate M-code into your solution -- How to get your questions answered quickly -- How to provide sample data -- Check out more PBI- learning resources here -- Performance Tipps for M-queries

foodd
Super User
Super User

@Anonymous , would this not be a case to create a view upstream, and connect to the view?

Anonymous
Not applicable

Yes, it seems to me to be the only solution as long as only the SELECT command is accepted in Direct query mode. 

ImkeF
Super User
Super User

Hi @Anonymous ,
what I see in the first picture you've posted looks like a correct result to me: It will appear when your parameter/query "paramDBname" is empty.
This is not an error on PQ side.

Imke Feldmann (The BIccountant)

If you liked my solution, please give it a thumbs up. And if I did answer your question, please mark this post as a solution. Thanks!

How to integrate M-code into your solution -- How to get your questions answered quickly -- How to provide sample data -- Check out more PBI- learning resources here -- Performance Tipps for M-queries

Anonymous
Not applicable

It seems to me that PowerQuery does not accept the USE <db name> sql command in the Direct query mode. I tried to hardcode the db name but still received error message when I updated the project. 

Helpful resources

Announcements
RTI Forums Carousel3

New forum boards available in Real-Time Intelligence.

Ask questions in Eventhouse and KQL, Eventstream, and Reflex.

MayPowerBICarousel

Power BI Monthly Update - May 2024

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

Top Solution Authors
Top Kudoed Authors