Supplies are limited. Contact info@espc.tech right away to save your spot before the conference sells out.
Get your discountScore big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount
Hi,
I wanna get FHDB only which after 'unitName='.
Please help
1400 unitName=FHDB path=/SMOD_R-1/rf_ext1/RMOD_R-1/opt_if2/RMOD_R-2/
Solved! Go to Solution.
@jeongkim Hey,
Try below dax as my understanding
UnitName =
VAR StartPos = SEARCH("unitName=", [YourColumnName]) + 9
VAR EndPos = SEARCH(" ", [YourColumnName] & " ", StartPos) - 1
RETURN
MID([YourColumnName], StartPos, EndPos - StartPos + 1)
Thanks
Harish KM
Please accept this as a solution if this solves your problem and give kudos as well.
Hi @jeongkim,
Thank you for reaching out to Microsoft Fabric Community.
Thank you @Ahmedx and @MasonMA for the prompt response.
As we haven’t heard back from you, we wanted to kindly follow up to check if the solution provided by the user resolved your issue? or let us know if you need any further assistance.
Thanks and regards,
Anjan Kumar Chippa
Hi @jeongkim,
We wanted to kindly follow up to check if the solution provided by the user resolved your issue? or let us know if you need any further assistance.
Thanks and regards,
Anjan Kumar Chippa
Hi @jeongkim,
As we haven’t heard back from you, we wanted to kindly follow up to check if the solution provided by the user resolved your issue? or let us know if you need any further assistance.
Thanks and regards,
Anjan Kumar Chippa