Supplies are limited. Contact info@espc.tech right away to save your spot before the conference sells out.
Get your discountScore big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount
Hello,
I have a column called "L_n" and data within the column is repeated in the form of "Item12314".
I need to remove the "Item" and just store "12314" in the column.
This can be done if I directly import, and transform the data, but I cannot seem to figure out how to do this through direct query.
Thank you!
Solved! Go to Solution.
This has been solved by using the function "New Column" instead of "New Measure"
Hello,
I have a column called "L_n" and data within the column is repeated in the form of "Item12314".
I need to remove the "Item" and just store "12314" in the column.
This can be done if I directly import, and transform the data, but I cannot seem to figure out how to do this through direct query.
Thank you!
This has been solved by using the function "New Column" instead of "New Measure"
Hi @maxs3
Are you querying SQL Server?
I did some tests myself with DirectQuery on SQL Server 2008, and I was able to get both of these methods working with DirectQuery:
Do either of these work for you?
Regards,
Owen