Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi all,
I have a one table in the load script which has many applymap() functions and also if statements in it. Is it possible to implement Direct Discovery with this? Something like this:
DIRECT QUERY DIMENSION
USER_NAME,
applymap() as Column1,
if(Column1='X','ABB') as Column2,
etc.