Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
Hi all,
I have a list of values and I want to separate the value by the delimeter so here is one example.
ex: yashashri.dhaware (analyst)
abcde (engineer )
so I want a result as --> yashashri.dhaware
abcde
Help me with theses.
Thanks
Hi @YASHASHRI check
and https://learn.microsoft.com/en-us/powerquery-m/text-beforedelimiter
Proud to be a Super User!
Dataset that I have is taken by direct query hence i cant do the operation in power query editor.
want a dax for that.