The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
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.
User | Count |
---|---|
78 | |
74 | |
42 | |
32 | |
28 |
User | Count |
---|---|
104 | |
93 | |
52 | |
50 | |
46 |