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
ND_Pard
Helper II
Helper II

Help with using an SQL statement in Power Query to extract data from an Excel workboook

Currrently the M Language in a Power Query that extracts data from a workbook looks like:
let
Source = Excel.Workbook(File.Contents("P:\So Fiscal Administration\Cost Centers\PeopleSoft_Accounts_SAMIS_Object_Codes.xls"), null, true),
Acct_Codes1 = Source{[Name="Acct_Codes"]}[Data]
in
Acct_Codes1

How would I change the above if I wanted to use an SQL statement like the following to extract the data:
Select Acct, Acct_Descr from Acct_Codes

Note: I know I could use the former code and then remove other columns, but I'm curious if I can use the latter code; i.e., can I use an SQL select statement in the top code?

Thanks in advance..

2 REPLIES 2
smpa01
Super User
Super User

@ND_Pard there is a way. If you have premium workspace, bring your data to datamart and the world of SQL is open to you.

Did I answer your question? Mark my post as a solution!
Proud to be a Super User!
My custom visualization projects
Plotting Live Sound: Viz1
Beautiful News:Viz1, Viz2, Viz3
Visual Capitalist: Working Hrs
StefanoGrimaldi
Resident Rockstar
Resident Rockstar

you cant use sql statement on a excel data extraction. 





Did I answer your question? Mark my post as a solution! / Did it help? Give some Kudos!

Proud to be a Super User!




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.

Top Solution Authors
Top Kudoed Authors