Forum Discussion
ArtieLadie
7 years agoRegular Visitor
Unexpected R program (ReGex) output in PowerBI
I am following this tutorial to incorporate R into Microsoft PowerBI, http://radacad.com/power-bi-and-regular-expressions Using my own data I understand how # 'dataset' holds the input da...
v-danhe-msft
7 years agoMicrosoft Employee
Hi ArtieLadie ,
Based on my test, maybe you could refer to below workaround:
Use the split function:
And ues this function again(with character):
You could also download the pbix file to have a view.
Regards,
Daniel He