The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
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