The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
I am pulling in data from a JSON source, and one the fields that is imported looks something like such:
Number - Location - Description
And I need to put into a new column, just that Description part. ie, what is to the right of the second dash in the string.
Any thoughts on the formula for that?
Thank you,
PT
Solved! Go to Solution.
Hi @ptmuldoon ,
yes, check that column and then add a new column like so:
then:
I would choose the option "From the end of the input",
but you can also start from the beginning and then skip as many delimiters as you need.
Imke Feldmann (The BIccountant)
If you liked my solution, please give it a thumbs up. And if I did answer your question, please mark this post as a solution. Thanks!
How to integrate M-code into your solution -- How to get your questions answered quickly -- How to provide sample data -- Check out more PBI- learning resources here -- Performance Tipps for M-queries
Hi @ptmuldoon ,
yes, check that column and then add a new column like so:
then:
I would choose the option "From the end of the input",
but you can also start from the beginning and then skip as many delimiters as you need.
Imke Feldmann (The BIccountant)
If you liked my solution, please give it a thumbs up. And if I did answer your question, please mark this post as a solution. Thanks!
How to integrate M-code into your solution -- How to get your questions answered quickly -- How to provide sample data -- Check out more PBI- learning resources here -- Performance Tipps for M-queries