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

Try your skills in the Power BI Dataviz World Championship! Round one ends June 26. Join now

Reply
hctr83
Regular Visitor

M Query from SQL Server stored procedure

Hi all,

 

I'd like to build a query in the advanced editor and I need to do it dynamically reading data from a SQL Server database. I've created a stored procedure that returns the complete M query that I need to execute:

 

let
   Source = Sql.Database("SVBINTBD02", "BI_staging",
     [Query="EXEC [altaonl].[LlamadaAppInsightsErroresProspects]"])
 in
   Source

 

This sentence returns the text of the query that I want to be executed in M language.

 

How can I do it?

 

Thanks in advance,

 

Héctor

3 REPLIES 3
v-jiascu-msft
Microsoft Employee
Microsoft Employee

Hi @hctr83,

 

You already can do it. What's your expected result? Or what's the problem?

 

Best Regards,

Dale

Community Support Team _ Dale
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

2018-02-09 10_18_46-App Insights.png

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

Hi Dale!

 

Thanks a lot for your comment.

 

The string returned by the stored procedure is the query that I want to be executed (it's a query wrote in M language to get data from Application Insights -> in Azure).

 

How should I write it in the advanced editor?

 

Best Regards!

 

Hi @hctr83,

 

As far as I know, this isn't available for now. What's your purpose? Maybe we can find another approach.

 

Best Regards,

Dale

Community Support Team _ Dale
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Helpful resources

Announcements
Fabric Data Days is here Carousel

Fabric Data Days 2026

Don't miss out on Data Days, June 15 through August 7. Learn Fabric, Power BI, SQL, AI and more.

May Power BI Update Carousel

Power BI Monthly Update - May 2026

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

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.