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

To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.

Reply
Raghu_1753
Frequent Visitor

unable to convert an m query in table 'PRLINE' into a native souce query in power bi

While I am adding fields to Table visual it's showing me an error like "unable to convert an m query in table 'PRLINE' into a native souce query in power bi". I have queiried to oracle db and brought up a new table and when i'm trying to add those fields to Table Visual I am getting this error. Can anyone pls help me?

 

I'm in a Direct Query connection.

 

3 REPLIES 3
amitchandak
Super User
Super User

@Raghu_1753 , Are you writing a query into the advance option, if yes, there seems to be some issue.

 

or share first few lines of power query code

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

select f.failureremarkid,f.wonum,f.issueclosedate,f.siteid,f.description,regexp_replace(dbms_lob.substr(ldtext, 2000, 1 ), '<.*?>') as Workorder_longdescription,l.ldkey,
l.ldownertable from maximo.failureremark f LEFT OUTER JOIN
maximo.longdescription l on f.failureremarkid = l.ldkey
where ldownertable = 'FAILUREREMARK'

 

@amitchandak  I have provided the query which I used in Advanced option. Will you pls check and provide you comments. 

Helpful resources

Announcements
September Power BI Update Carousel

Power BI Monthly Update - September 2025

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

August 2025 community update carousel

Fabric Community Update - August 2025

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

Top Solution Authors
Top Kudoed Authors