Forum Discussion
Anonymous
2 years agoNot applicable
How to convert clob field to string?
Hello, we are using Life connection to PBI desktop. I need to take part of the string from the clob field. Oracle query is using dbms_lob.substr. Couldn't find any solutions of how to accomplish that...
lbendlin
Super User
2 years agoLive connection? To where? Or did you mean Direct Query?
- Anonymous2 years agoNot applicable
Hello,
Thanks for the quick respond! on the bottom of my report - Connected Life to the Power bi dataset, thanks
- lbendlin2 years ago
Super User
So you are live connecting to a Power BI Semantic Model which in turn connects to an Oracle data source which includes a clob field?
In that case the Power Query of that Semantic model needs to transform the clob field into a data type that is understood by Power BI.
Note that "Binary" is not something DAX actually understands.