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
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

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
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.