Power BI is turning 10, and we’re marking the occasion with a special community challenge. Use your creativity to tell a story, uncover trends, or highlight something unexpected.
Get startedJoin us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.
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.
Solved! Go to Solution.
I already had.
But I changed some of my SQL scripts and not use CTE, I am fine with the issue now.
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
Yes sir. It is huge a calendar table that I am creating in the database.
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.
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
58 | |
55 | |
55 | |
37 | |
30 |
User | Count |
---|---|
78 | |
64 | |
45 | |
42 | |
40 |