Forum Discussion
CLR type
- 3 years ago
Most connectors for SQL style databases allow you to specify a "native query" when you create the connection.
For SQL Server the field is "SQL Statement".
Alternatively you can implement your SQL logic in a view at the data source, and then in Power BI you can consume the view as if it were a table.
In the connection settings you can already specify a custom query.
in this case i want to use the table "pointage " already existing.
What custom query can i use for changing perhaps for casting values?
- lbendlin3 years agoSuper User
That depends on the SQL flavor used by your data source.
- Elage373 years agoFrequent Visitor
What do you need right now for helping?
what do i do for giving you the SQL flavor?
i have this in this window. What do we write on the custom query?- lbendlin3 years agoSuper User
I don't know how PCSoft.HFSQL works. Something like
SELECT CAST([HEUREARRIVEE] as text) from POINTAGE