The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
Hi folks,
I need some help.
Need to extract a string from another string.
<SOME TEXT HERE> : It can be a great text or a simple text.
It can be in DAX or in Function M
TEXT | Result |
<SOME TEXT HERE> Accepted by: Williams Portela <SOME TEXT HERE> | Williams Portela |
<SOME TEXT HERE> Accepted by: Rose Davis Harris <SOME TEXT HERE> | Rose Davis |
<SOME TEXT HERE> Accepted by: James Anderson Taylor <SOME TEXT HERE> | James Anderson |
Can anyone help me?
TKssss!!!!
Solved! Go to Solution.
You can Merge these all together with VAR or nested logic, but I've broken them out to show the thought process flow...
Proud to give back to the community!
Thank You!
TEXT | Result |
<SOME TEXT HERE> Accepted by: Williams Portela <SOME TEXT HERE> | Williams Portela |
<SOME TEXT HERE> Accepted by: Rose Davis Harris <SOME TEXT HERE> | Rose Davis |
<SOME TEXT HERE> Accepted by: James Anderson Taylor <SOME TEXT HERE> | James Anderson |
Are you OK with logic that says 'the next two words after a ":"?
Proud to give back to the community!
Thank You!
exacly
You can Merge these all together with VAR or nested logic, but I've broken them out to show the thought process flow...
Proud to give back to the community!
Thank You!