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

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.

Reply
sprakash1192
Helper II
Helper II

Incorrect syntax near keyword OPTION

I have a view using CTE in my SQL databse.

 

I am trying to import the data from the view in Power BI using:

select * from WeekCalendar
OPTION (MAXRECURSION 0) ;

 

The above SQL runs perfectly fine in the database but, Power BI is giving me error - Incorrect Syntax near the keyword OPTION.

 

Please adivse.

1 ACCEPTED SOLUTION

I already had.

 

But I changed some of my SQL scripts and not use CTE, I am fine with the issue now.

View solution in original post

5 REPLIES 5
amitchandak
Super User
Super User

Enable Query profile and check what query power bi sent.

https://radacad.com/directquery-connection-in-power-bi-how-does-it-work-limitations-and-advantages

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube
Greg_Deckler
Community Champion
Community Champion

Are you worried that you have an infinitely looping CTE?


Follow on LinkedIn
@ me in replies or I'll lose your thread!!!
Instead of a Kudo, please vote for this idea
Become an expert!: Enterprise DNA
External Tools: MSHGQM
YouTube Channel!: Microsoft Hates Greg
Latest book!:
DAX For Humans

DAX is easy, CALCULATE makes DAX hard...

Yes sir. It is huge a calendar table that I am creating in the database.

@sprakash1192 ,

 

You should define the CTE table in the sql statement firstly before query the table.

 

Community Support Team _ Jimmy Tao

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

I already had.

 

But I changed some of my SQL scripts and not use CTE, I am fine with the issue now.

Helpful resources

Announcements
July 2025 community update carousel

Fabric Community Update - July 2025

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

July PBI25 Carousel

Power BI Monthly Update - July 2025

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