Forum Discussion
anshusaketsingh
1 year agoFrequent Visitor
REGEXP_MATCH replication in DAX
So I recently found out Regexp is not supported by Power BI. I wonder why would they not put anything as powerful as that in PowerBI. Anway, this has put me in a situation where I am unable to creat...
anshusaketsingh
1 year agoFrequent Visitor
I am not looking for substring funtion , I am looking a way to check if first character is a character and then there are numbers only before substring begins, a containstring won't do that
Anonymous
1 year agoNot applicable
Hi anshusaketsingh ,
According to your statement, I think your requirement is to achieve your goal like regular expression in Power BI Desktop.
As far as I know, Power BI doesn't support this function directly. However you can try Python Script to do this.
Please refer to below blog to learn more details.
Using regular expressions in power bi desktop - Microsoft Fabric Community
Best Regards,
Rico Zhou
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.